aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Replace several mentions of Jabber to XMPP (thanks to Nicolas Vérité)Badlop2009-09-235-105/+107
| | | | | | | | SVN Revision: 2613
| * Replaced Jabber references in config file with XMPP, official name of the ↵Mickaël Rémond2009-09-231-6/+6
| | | | | | | | | | | | protocol SVN Revision: 2612
| * fix EJAB-1048, add timestamp to last published itemsChristophe Romain2009-09-233-46/+89
| | | | | | | | SVN Revision: 2611
| * Removed unneeded use of length function + Remove trailing spacesMickaël Rémond2009-09-211-19/+16
| | | | | | | | SVN Revision: 2610
| * Document more ejabberd commands in the Guide (EJAB-1041)Badlop2009-09-214-10/+12
| | | | | | | | SVN Revision: 2608
| * Added new translation to Greek language (thanks to James Iakovos Mandelis)Badlop2009-09-214-1/+2006
| | | | | | | | SVN Revision: 2607
| * Mention the mod_pubsub plugin default rename to flatBadlop2009-09-211-0/+3
| | | | | | | | SVN Revision: 2606
| * fix missing member affiliation on odbc pluginChristophe Romain2009-09-181-0/+2
| | | | | | | | SVN Revision: 2603
| * fix compilation warningChristophe Romain2009-09-181-4/+2
| | | | | | | | SVN Revision: 2601
| * Return terminal binding condition on max stanza size limit (thanks to Aleksey)Christophe Romain2009-09-181-11/+21
| | | | | | | | SVN Revision: 2600
| * removed pretty printer from debugEvgeniy Khramtsov2009-09-151-4/+4
| | | | | | | | SVN Revision: 2599
| * Remove ChangeLog on distcleanBadlop2009-09-111-0/+1
| | | | | | | | SVN Revision: 2598
| * change version do 2.1.0Christophe Romain2009-09-115-8/+8
| | | | | | | | SVN Revision: 2597
| * Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-09-101-6/+6
| | | | | | | | SVN Revision: 2596
| * Mention in the 2.1.0 release notes the HTTP-Bind optimizationBadlop2009-09-101-0/+1
| | | | | | | | SVN Revision: 2595
| * Add a "created_at" column to some tables in the MySQL schema to storeJérôme Sautret2009-09-101-6/+12
| | | | | | | | | | | | a timestamp (thanks to Pedro Melo, EJAB-376). SVN Revision: 2593
| * Fix pubsub tables constraints in MySQL schema creation script.Jérôme Sautret2009-09-101-6/+6
| | | | | | | | SVN Revision: 2592
| * remove useless includeChristophe Romain2009-09-091-2/+0
| | | | | | | | SVN Revision: 2590
| * fix delete item to allow owner being able to remove all publisher items, and ↵Christophe Romain2009-09-096-59/+93
| | | | | | | | | | | | also fix EJAB-1036 SVN Revision: 2589
| * Change some error messages.Badlop2009-09-072-3/+5
| | | | | | | | SVN Revision: 2587
| * fix minor timestamp shift between item creation and modificationChristophe Romain2009-09-041-2/+3
| | | | | | | | SVN Revision: 2585
| * Use the local (target) domain for firing the s2s_receive_packet hook. Pablo Polvorin2009-09-041-2/+2
| | | | | | | | | | | | | | It was using the external server domain (LFrom) instead of the local domain (LTo). This might have impact on mod_caps in s2s scenarios, needs further attention. SVN Revision: 2583
| * Update Swedish translation (thanks to Gustaf Alströmer)Badlop2009-09-022-160/+164
| | | | | | | | SVN Revision: 2580
| * improve previous patchChristophe Romain2009-09-013-40/+41
| | | | | | | | SVN Revision: 2578
| * Fix missing tag when configuring subscription option (thanks to Clochix)Badlop2009-09-011-1/+11
| | | | | | | | SVN Revision: 2576
| * BOSH module optimization and clean-up (thanks to Aleksey Shchepin and ↵Badlop2009-08-314-511/+685
| | | | | | | | | | | | Mickaël Rémond)(EJAB-936) SVN Revision: 2574
| * Include in release notes Zlib+STARTTLS supportBadlop2009-08-311-0/+1
| | | | | | | | SVN Revision: 2573
| * Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop2009-08-315-12/+33
| | | | | | | | SVN Revision: 2571
| * Remove the word "END" of release_notes file because it seems unnecessary.Badlop2009-08-311-2/+0
| | | | | | | | SVN Revision: 2570
| * Fix Edoc errorsBadlop2009-08-311-2/+2
| | | | | | | | SVN Revision: 2569
| * Rename erlang log file sasl.log to erlang.log (EJAB-783)Badlop2009-08-316-10/+16
| | | | | | | | SVN Revision: 2567
| * Update translation filesBadlop2009-08-2924-759/+806
| | | | | | | | SVN Revision: 2566
| * Update Esperanto translation (thanks to Andreas van Cranenburgh)Badlop2009-08-291-100/+78
| | | | | | | | SVN Revision: 2565
| * apply last patch to pubsub_odbc as wellChristophe Romain2009-08-281-5/+5
| | | | | | | | SVN Revision: 2563
| * secure calls to ets:lookupChristophe Romain2009-08-284-11/+11
| | | | | | | | SVN Revision: 2562
| * fix send last item issueChristophe Romain2009-08-282-5/+5
| | | | | | | | SVN Revision: 2560
| * delete node fixChristophe Romain2009-08-272-52/+32
| | | | | | | | SVN Revision: 2558
| * remove INFO_MSG call inside sql_query_internalChristophe Romain2009-08-271-1/+1
| | | | | | | | SVN Revision: 2556
| * reapply previous RSM filtering fix drop by mistakeChristophe Romain2009-08-271-4/+3
| | | | | | | | SVN Revision: 2555
| * get odbc subscriptions bugfixChristophe Romain2009-08-275-27/+35
| | | | | | | | SVN Revision: 2554
| * several improvements, and fix odbc subscriptions issuesChristophe Romain2009-08-278-163/+249
| | | | | | | | SVN Revision: 2553
| * Fix EDoc commentBadlop2009-08-272-2/+2
| | | | | | | | SVN Revision: 2552
| * fix pep not fetching subscriptionsChristophe Romain2009-08-271-8/+8
| | | | | | | | SVN Revision: 2551
| * typo fixChristophe Romain2009-08-271-1/+1
| | | | | | | | SVN Revision: 2549
| * fix issue with RSM filteringChristophe Romain2009-08-271-4/+3
| | | | | | | | SVN Revision: 2548
| * fix old api in node_flat_odbcChristophe Romain2009-08-273-230/+226
| | | | | | | | SVN Revision: 2547
| * port commit from r2527 to odbc pluginChristophe Romain2009-08-272-2/+15
| | | | | | | | SVN Revision: 2543
| * check if a room is not persistent before starting a new one with the same ↵Evgeniy Khramtsov2009-08-261-2/+18
| | | | | | | | | | | | name (EJAB-1026) SVN Revision: 2539
| * resolve EJAB-1025, send notification when owner changed entity subscriptionChristophe Romain2009-08-253-14/+32
| | | | | | | | SVN Revision: 2532
| * Add command to update PubSub table of ejabberd trunk SVN.Badlop2009-08-252-0/+10
| | | | | | | | | | | | | | If you use ejabberd trunk SVN, run this command: ejabberdctl rename_default_nodeplugin SVN Revision: 2531