aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* fix Makefile.win32 for including stun (thanks to neustradamus)Christophe Romain2009-09-231-2/+8
| | | | SVN Revision: 2619
* Fix wrong XEP number to XEP-0227. Recompile translation files.Badlop2009-09-2345-187/+187
| | | | SVN Revision: 2617
* fix EJAB-819 thanks to badlopChristophe Romain2009-09-2316-124/+162
| | | | SVN Revision: 2615
* 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
* Added new translation to Greek language (thanks to James Iakovos Mandelis)Badlop2009-09-212-0/+2003
| | | | SVN Revision: 2607
* 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-111-1/+1
| | | | SVN Revision: 2597
* Replace TYPE/1 with is_TYPE/1 (EJAB-922)Badlop2009-09-101-6/+6
| | | | SVN Revision: 2596
* 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
* Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499)Badlop2009-08-313-4/+31
| | | | SVN Revision: 2571
* Fix Edoc errorsBadlop2009-08-311-2/+2
| | | | SVN Revision: 2569
* Rename erlang log file sasl.log to erlang.log (EJAB-783)Badlop2009-08-312-3/+3
| | | | 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-251-0/+5
| | | | | | | If you use ejabberd trunk SVN, run this command: ejabberdctl rename_default_nodeplugin SVN Revision: 2531
* apply badlop's patch from http://www.ejabberd.im/node/3629Christophe Romain2009-08-253-4/+7
| | | | SVN Revision: 2530
* added function to rename old default nodes to hometreeChristophe Romain2009-08-253-75/+103
| | | | SVN Revision: 2529
* fix manage subscriptions owner's usecaseChristophe Romain2009-08-242-11/+27
| | | | SVN Revision: 2528