aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-10-27fix disco bugs, thanks to Brian Cully (EJAB-1088)Christophe Romain1-7/+14
SVN Revision: 2710
2009-10-21Fix mistake that disallowed s2s_out connections when using Erlang R12 or older.Badlop1-1/+0
SVN Revision: 2694
2009-10-20does not use slash as default separator in nodename (EJAB-667)Christophe Romain22-267/+423
SVN Revision: 2687
2009-10-20Body tag not properly closed in HTTP-Bind (thanks to Janusz ↵Badlop1-1/+1
Dziemidowicz)(EJAB-1075) SVN Revision: 2685
2009-10-19In default config, only local accounts can create rooms and pubsub nodes.Badlop1-4/+7
SVN Revision: 2683
2009-10-19Provide send_timeout_close option in TCP only in R13B or higher (EJAB-926)Badlop2-3/+10
SVN Revision: 2680
2009-10-19Support ejabberd_listener option 'backlog' to increase TCP backlog (thanks ↵Badlop1-0/+1
to Janusz Dziemidowicz)(EJAB-1063) SVN Revision: 2678
2009-10-19Consistency, wording and spacing corrections for Polish messages (thanks to ↵Badlop2-152/+158
Marcin Owsiany)(EJAB-1072) SVN Revision: 2677
2009-10-19Start mnesia as a permanent application (thanks to Brian Cully)(EJAB-1068)Badlop1-1/+1
SVN Revision: 2673
2009-10-19Fix unnecessary call to xml:crypt/1 (thanks to Janusz Dziemidowicz)(EJAB-1064)Badlop1-1/+1
SVN Revision: 2672
2009-10-19Support gen_tcp send timeout: Close the connection if the other end has ↵Mickaël Rémond4-8/+31
disconnected ungracefully or cannot keep up with the rate at which we are sending data (EJAB-926) SVN Revision: 2671
2009-10-13Fixed more gcc signedness warningsBadlop1-2/+2
SVN Revision: 2668
2009-10-13prevent remove_user from blocking gen_server, and allow plugin to change ↵Christophe Romain3-149/+161
broadcasted payload on publish SVN Revision: 2666
2009-10-13typo fix (EJAB-1060)Christophe Romain1-2/+2
SVN Revision: 2664
2009-10-12If s2s fails due to namespace mismatch, show differences to help debugging ↵Badlop1-3/+4
the problem. SVN Revision: 2662
2009-10-12fix get_item issue on authorize access model (thanks to brian cully) (EJAB-1060)Christophe Romain2-4/+4
SVN Revision: 2660
2009-10-12autodetect compilation parameters for Mac OS X Snow Leopard (EJAB-1056)Christophe Romain5-1/+4129
SVN Revision: 2658
2009-10-12return invalid-options on badly formed subscription optionsChristophe Romain3-52/+77
SVN Revision: 2656
2009-10-12Default pubsub messages to headline if nothing is configured (thanks to ↵Christophe Romain3-4/+4
Brian Cully) (EJAB-1061) SVN Revision: 2654
2009-10-09Fix regression for authorize node subscription (thanks to Brian ↵Badlop2-6/+0
Cully)(EJAB-1060) SVN Revision: 2651
2009-10-08Add debug message on command executionMickaël Rémond1-0/+1
SVN Revision: 2650
2009-10-07new option added: max_fsm_queue. removed hardcoded FSMLIMITSEvgeniy Khramtsov3-11/+27
SVN Revision: 2645
2009-10-07use queue to reduced quadratic time effort on selective receive (thanks to ↵Evgeniy Khramtsov2-51/+124
Alexey Shchepin) SVN Revision: 2644
2009-10-06allow max_items_node use on pepChristophe Romain3-39/+43
SVN Revision: 2642
2009-10-06Improve stream error stanza when receives invalid handshake from component.Badlop1-1/+5
SVN Revision: 2640
2009-09-28Pack presences stored in C2S processes (thanks to Geoff Cant)(EJAB-1057)Badlop1-6/+70
SVN Revision: 2638
2009-09-25do not create hometree base when hometree not configured as pluginChristophe Romain3-51/+61
SVN Revision: 2634
2009-09-25fixes race condition in wait_caps/note_caps (EJAB-1054)Evgeniy Khramtsov1-9/+6
SVN Revision: 2632
2009-09-24Update Catalan translation (thanks to Jan Kusanagi)Badlop2-102/+112
SVN Revision: 2630
2009-09-24improve waiting caps clean (EJAB-1054)Christophe Romain1-2/+5
SVN Revision: 2627
2009-09-24fix EJAB-1044 and EJAB-1055Christophe Romain16-19/+58
SVN Revision: 2626
2009-09-24Recompile guide and translation files.Badlop25-2416/+2416
SVN Revision: 2625
2009-09-23rename pep_sendlast_offline option to ignore_pep_from_offline in default ↵Christophe Romain1-1/+1
configuration SVN Revision: 2622
2009-09-23rename pep_sendlast_offline option to ignore_pep_from_offline (EJAB-1047)Christophe Romain2-8/+8
SVN Revision: 2621
2009-09-23fix Makefile.win32 for including stun (thanks to neustradamus)Christophe Romain1-2/+8
SVN Revision: 2619
2009-09-23Fix wrong XEP number to XEP-0227. Recompile translation files.Badlop45-187/+187
SVN Revision: 2617
2009-09-23fix EJAB-819 thanks to badlopChristophe Romain16-124/+162
SVN Revision: 2615
2009-09-23Replaced Jabber references in config file with XMPP, official name of the ↵Mickaël Rémond1-6/+6
protocol SVN Revision: 2612
2009-09-23fix EJAB-1048, add timestamp to last published itemsChristophe Romain3-46/+89
SVN Revision: 2611
2009-09-21Removed unneeded use of length function + Remove trailing spacesMickaël Rémond1-19/+16
SVN Revision: 2610
2009-09-21Added new translation to Greek language (thanks to James Iakovos Mandelis)Badlop2-0/+2003
SVN Revision: 2607
2009-09-18fix missing member affiliation on odbc pluginChristophe Romain1-0/+2
SVN Revision: 2603
2009-09-18fix compilation warningChristophe Romain1-4/+2
SVN Revision: 2601
2009-09-18Return terminal binding condition on max stanza size limit (thanks to Aleksey)Christophe Romain1-11/+21
SVN Revision: 2600
2009-09-15removed pretty printer from debugEvgeniy Khramtsov1-4/+4
SVN Revision: 2599
2009-09-11Remove ChangeLog on distcleanBadlop1-0/+1
SVN Revision: 2598
2009-09-11change version do 2.1.0Christophe Romain1-1/+1
SVN Revision: 2597
2009-09-10Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop1-6/+6
SVN Revision: 2596
2009-09-10Add a "created_at" column to some tables in the MySQL schema to storeJérôme Sautret1-6/+12
a timestamp (thanks to Pedro Melo, EJAB-376). SVN Revision: 2593
2009-09-10Fix pubsub tables constraints in MySQL schema creation script.Jérôme Sautret1-6/+6
SVN Revision: 2592