summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* In default config, only local accounts can create rooms and pubsub nodes.Badlop2009-10-191-4/+7
* Provide send_timeout_close option in TCP only in R13B or higher (EJAB-926)Badlop2009-10-192-3/+10
* Support ejabberd_listener option 'backlog' to increase TCP backlog (thanks to...Badlop2009-10-191-0/+1
* Consistency, wording and spacing corrections for Polish messages (thanks to M...Badlop2009-10-192-152/+158
* Start mnesia as a permanent application (thanks to Brian Cully)(EJAB-1068)Badlop2009-10-191-1/+1
* Fix unnecessary call to xml:crypt/1 (thanks to Janusz Dziemidowicz)(EJAB-1064)Badlop2009-10-191-1/+1
* Support gen_tcp send timeout: Close the connection if the other end has disco...Mickaël Rémond2009-10-194-8/+31
* Fixed more gcc signedness warningsBadlop2009-10-131-2/+2
* prevent remove_user from blocking gen_server, and allow plugin to change broa...Christophe Romain2009-10-133-149/+161
* typo fix (EJAB-1060)Christophe Romain2009-10-131-2/+2
* If s2s fails due to namespace mismatch, show differences to help debugging th...Badlop2009-10-121-3/+4
* fix get_item issue on authorize access model (thanks to brian cully) (EJAB-1060)Christophe Romain2009-10-122-4/+4
* autodetect compilation parameters for Mac OS X Snow Leopard (EJAB-1056)Christophe Romain2009-10-125-1/+4129
* return invalid-options on badly formed subscription optionsChristophe Romain2009-10-123-52/+77
* Default pubsub messages to headline if nothing is configured (thanks to Brian...Christophe Romain2009-10-123-4/+4
* Fix regression for authorize node subscription (thanks to Brian Cully)(EJAB-1...Badlop2009-10-092-6/+0
* Add debug message on command executionMickaël Rémond2009-10-081-0/+1
* new option added: max_fsm_queue. removed hardcoded FSMLIMITSEvgeniy Khramtsov2009-10-073-11/+27
* use queue to reduced quadratic time effort on selective receive (thanks to Al...Evgeniy Khramtsov2009-10-072-51/+124
* allow max_items_node use on pepChristophe Romain2009-10-063-39/+43
* Improve stream error stanza when receives invalid handshake from component.Badlop2009-10-061-1/+5
* Pack presences stored in C2S processes (thanks to Geoff Cant)(EJAB-1057)Badlop2009-09-281-6/+70
* do not create hometree base when hometree not configured as pluginChristophe Romain2009-09-253-51/+61
* fixes race condition in wait_caps/note_caps (EJAB-1054)Evgeniy Khramtsov2009-09-251-9/+6
* Update Catalan translation (thanks to Jan Kusanagi)Badlop2009-09-242-102/+112
* improve waiting caps clean (EJAB-1054)Christophe Romain2009-09-241-2/+5
* fix EJAB-1044 and EJAB-1055Christophe Romain2009-09-2416-19/+58
* Recompile guide and translation files.Badlop2009-09-2425-2416/+2416
* rename pep_sendlast_offline option to ignore_pep_from_offline in default conf...Christophe Romain2009-09-231-1/+1
* rename pep_sendlast_offline option to ignore_pep_from_offline (EJAB-1047)Christophe Romain2009-09-232-8/+8
* fix Makefile.win32 for including stun (thanks to neustradamus)Christophe Romain2009-09-231-2/+8
* Fix wrong XEP number to XEP-0227. Recompile translation files.Badlop2009-09-2345-187/+187
* fix EJAB-819 thanks to badlopChristophe Romain2009-09-2316-124/+162
* Replaced Jabber references in config file with XMPP, official name of the pro...Mickaël Rémond2009-09-231-6/+6
* fix EJAB-1048, add timestamp to last published itemsChristophe Romain2009-09-233-46/+89
* Removed unneeded use of length function + Remove trailing spacesMickaël Rémond2009-09-211-19/+16
* Added new translation to Greek language (thanks to James Iakovos Mandelis)Badlop2009-09-212-0/+2003
* fix missing member affiliation on odbc pluginChristophe Romain2009-09-181-0/+2
* fix compilation warningChristophe Romain2009-09-181-4/+2
* Return terminal binding condition on max stanza size limit (thanks to Aleksey)Christophe Romain2009-09-181-11/+21
* removed pretty printer from debugEvgeniy Khramtsov2009-09-151-4/+4
* Remove ChangeLog on distcleanBadlop2009-09-111-0/+1
* change version do 2.1.0Christophe Romain2009-09-111-1/+1
* Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-09-101-6/+6
* Add a "created_at" column to some tables in the MySQL schema to storeJérôme Sautret2009-09-101-6/+12
* Fix pubsub tables constraints in MySQL schema creation script.Jérôme Sautret2009-09-101-6/+6
* remove useless includeChristophe Romain2009-09-091-2/+0
* fix delete item to allow owner being able to remove all publisher items, and ...Christophe Romain2009-09-096-59/+93
* Change some error messages.Badlop2009-09-072-3/+5
* fix minor timestamp shift between item creation and modificationChristophe Romain2009-09-041-2/+3