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