| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a database backend (via ODBC).
* src/odbc/ejabberd_odbc.erl: Likewise.
* src/odbc/mssql.sql: Likewise.
* src/odbc/Makefile.in: Likewise.
* src/ejabberd_auth_odbc.erl: Likewise.
* src/mod_offline_odbc.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise.
* src/mod_last_odbc.erl: Likewise.
* src/configure.ac: Likewise
* doc/guide.tex: Likewise.
* doc/introduction.tex: Likewise.
* src/odbc/pg.sql: Minor fix.
SVN Revision: 598
|
|
|
|
| |
SVN Revision: 597
|
|
|
|
|
|
|
|
|
| |
* ejabberd_zlib/Makefile.in: Likewise.
* mod_irc/Makefile.in: Likewise.
* stringprep/Makefile.in: Likewise.
* tls/Makefile.in: Likewise.
SVN Revision: 596
|
|
|
|
|
|
| |
permission check
SVN Revision: 595
|
|
|
|
|
|
| |
'global' context
SVN Revision: 594
|
|
|
|
|
|
| |
Magnus Henoch)
SVN Revision: 593
|
|
|
|
|
|
| |
configuration fields (thanks to Magnus Henoch and Andy Turner)
SVN Revision: 592
|
|
|
|
| |
SVN Revision: 591
|
|
|
|
|
|
|
|
|
|
|
|
| |
the error code used on unknown namespace.
* src/ejabberd_s2s_out.erl: Improved s2s connection negociation
(dialback namespace usage) when using tls.
* src/ejabberd_sm.erl: Fixed the error code used on unknown
namespace.
* src/mod_register.erl: ejabberd now sends iq result and stream
end on user remove.
SVN Revision: 590
|
|
|
|
|
|
| |
rule error message in log file (EJAB-118).
SVN Revision: 589
|
|
|
|
|
|
|
|
|
| |
the user for the current virual host only and does not require to type
the hostname (EJAB-116).
* src/jlib.erl: String to JID conversion now returns an error if
the JID string contains two arobases.
SVN Revision: 588
|
|
|
|
|
|
|
| |
packets are sent (First existing presence to new occupant, then new
occupant presence to existing users (EJAB-115).
SVN Revision: 587
|
|
|
|
|
|
|
|
|
| |
moved or rename from a client without breaking current presence status
(EJAB-70).
* src/mod_roster.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise.
SVN Revision: 586
|
|
|
|
|
|
| |
authentication is unknown.
SVN Revision: 585
|
|
|
|
|
|
| |
the shared roster list (EJAB-110).
SVN Revision: 584
|
|
|
|
|
|
| |
correctly delete its user entries (EJAB-112).
SVN Revision: 583
|
|
|
|
|
|
| |
roster members list from the configuration form.
SVN Revision: 582
|
|
|
|
|
|
| |
when starttls is enabled
SVN Revision: 581
|
|
|
|
|
|
| |
to send Erlang messages in a rarely used case.
SVN Revision: 580
|
|
|
|
|
|
|
| |
anonymous login problem (EJAB-107).
* src/ejabberd_auth_anonymous.erl: Likewise.
SVN Revision: 579
|
|
|
|
|
|
|
| |
no more return an "item not found error". Discovery stop
correctly at the item level (Thanks to Christophe Romain) (EJAB-105).
SVN Revision: 578
|
|
|
|
|
|
|
|
|
|
| |
creation ACL. It is now possible to limit the node creation rights
using an ACL from ejabberd config file (Thanks to Christophe Romain)
(EJAB-104).
* doc/guide.tex: Likewise.
* src/ejabberd.cfg.example.
SVN Revision: 577
|
|
|
|
|
|
|
| |
absolute URL (used behind a proxy). This apply to HTTP polling and to
the web interface (Thanks to Jean-Sebastien Pedron).
SVN Revision: 576
|
|
|
|
|
|
|
| |
the last client request and the polling timeout were lost. Those
messages are now resent using ejabberd routing mechanisms (EJAB-87).
SVN Revision: 575
|
|
|
|
|
|
|
|
|
| |
subscribe presence packets must be sent, even if the user has already
asked for subcription previously (subscription: none and pending: out).
The mod_roster now conforms to this behaviour (EJAB-102).
* src/mod_roster_odbc.erl: Likewise.
SVN Revision: 574
|
|
|
|
| |
SVN Revision: 573
|
|
|
|
|
|
|
| |
configure. ejabberd can now be build directly on RedHat and OpenBSD
(EJAB-100).
SVN Revision: 572
|
|
|
|
|
|
| |
and SkLUG)
SVN Revision: 571
|
|
|
|
|
|
|
|
|
|
|
| |
* src/mod_shared_roster.erl: Updated
* src/ejabberd_sm.erl: Bugfix
* src/mod_roster.erl: Bugfix
* src/mod_roster_odbc.erl: Likewise
SVN Revision: 570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
login as long as they have not been answered. mod_roster do no more
depends on mod_offline.
* src/ejabberd_sm.erl: Likewise.
* src/ejabberd_c2s.erl: Likewise.
* src/mod_roster_odbc.erl: Likewise (The ODBC/relational support
has not yet been tested).
* src/mod_roster.hrl: Likewise.
* src/mod_offline.erl: Likewise.
* src/mod_offline_odbc.erl: Likewise.
* odbc/pg.sql: Likewise.
* odbc/mysql.sql: Likewise.
SVN Revision: 569
|
|
|
|
|
|
|
|
| |
host configuration.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.
SVN Revision: 568
|
|
|
|
|
|
|
|
|
|
| |
for a given user have been added. As a default, a given user can only
log in 10 times with different resources. After that, new connections
replace the older ones.
* src/ejabberd.cfg.example: Likewise.
* doc/guide.tex: Likewise.
SVN Revision: 567
|
|
|
|
|
|
| |
properly handled after "active once" migration. This is now fixed.
SVN Revision: 566
|
|
|
|
|
|
|
|
| |
from the offline message table. This function is only available if
offline message queue is stored in Mnesia internal database. The
function delete_old_messages is not available in mod_offline_odbc.
SVN Revision: 565
|
|
|
|
|
|
| |
to restore a backup from a non-existent file.
SVN Revision: 564
|
|
|
|
|
|
| |
restore function.
SVN Revision: 563
|
|
|
|
|
|
|
|
|
|
| |
unused modules are ignored during restore. The restore can now be
performed in such case (EJAB-80).
* src/web/ejabberd_web_admin.er: Likewise.
* src/ejabberd_admin.erl: Likewise. Code refactoring. Common Mnesia
database restore function.
SVN Revision: 562
|
|
|
|
|
|
|
| |
modules are ignored during restore. The restore can now be performed in
such case.
SVN Revision: 561
|
|
|
|
|
|
|
| |
* doc/version.tex: Likewise
* doc/guide.tex: Likewise
SVN Revision: 557
|
|
|
|
|
|
| |
enabled
SVN Revision: 555
|
|
|
|
|
|
| |
ejabberd is started and ready to accept requests.
SVN Revision: 554
|
|
|
|
| |
SVN Revision: 549
|
|
|
|
|
|
| |
* src/aclocal.m4: Likewise
SVN Revision: 543
|
|
|
|
|
|
| |
presence state (thanks to Magnus Henoch)
SVN Revision: 542
|
|
|
|
|
|
| |
max equal priority when this priority is non-negative.
SVN Revision: 541
|
|
|
|
| |
SVN Revision: 540
|
|
|
|
| |
SVN Revision: 539
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated
* src/ejabberd_auth.erl: Fixed try_register/3 behaviour
SVN Revision: 538
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/xml_stream.erl: Support for stanza size limit (thanks to
Igor Goryachev)
* src/ejabberd_receiver.erl: Likewise
* src/ejabberd_c2s.erl: Likewise
* src/ejabberd_s2s_in.erl: Likewise
* src/ejabberd.cfg.example: Updated
* src/ejabberd_auth.erl: Fixed try_register/3 behaviour
SVN Revision: 537
|
|
|
|
|
|
|
| |
anonymous user is log under a given user name before trying to register
it.
SVN Revision: 535
|