Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document more ejabberd commands in the Guide (EJAB-1041) | Badlop | 2009-09-21 | 4 | -10/+12 |
| | | | | SVN Revision: 2608 | ||||
* | Added new translation to Greek language (thanks to James Iakovos Mandelis) | Badlop | 2009-09-21 | 4 | -1/+2006 |
| | | | | SVN Revision: 2607 | ||||
* | Mention the mod_pubsub plugin default rename to flat | Badlop | 2009-09-21 | 1 | -0/+3 |
| | | | | SVN Revision: 2606 | ||||
* | fix missing member affiliation on odbc plugin | Christophe Romain | 2009-09-18 | 1 | -0/+2 |
| | | | | SVN Revision: 2603 | ||||
* | fix compilation warning | Christophe Romain | 2009-09-18 | 1 | -4/+2 |
| | | | | SVN Revision: 2601 | ||||
* | Return terminal binding condition on max stanza size limit (thanks to Aleksey) | Christophe Romain | 2009-09-18 | 1 | -11/+21 |
| | | | | SVN Revision: 2600 | ||||
* | removed pretty printer from debug | Evgeniy Khramtsov | 2009-09-15 | 1 | -4/+4 |
| | | | | SVN Revision: 2599 | ||||
* | Remove ChangeLog on distclean | Badlop | 2009-09-11 | 1 | -0/+1 |
| | | | | SVN Revision: 2598 | ||||
* | change version do 2.1.0 | Christophe Romain | 2009-09-11 | 5 | -8/+8 |
| | | | | SVN Revision: 2597 | ||||
* | Replace TYPE/1 with is_TYPE/1 (EJAB-922) | Badlop | 2009-09-10 | 1 | -6/+6 |
| | | | | SVN Revision: 2596 | ||||
* | Mention in the 2.1.0 release notes the HTTP-Bind optimization | Badlop | 2009-09-10 | 1 | -0/+1 |
| | | | | SVN Revision: 2595 | ||||
* | Add a "created_at" column to some tables in the MySQL schema to store | Jérôme Sautret | 2009-09-10 | 1 | -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 Sautret | 2009-09-10 | 1 | -6/+6 |
| | | | | SVN Revision: 2592 | ||||
* | remove useless include | Christophe Romain | 2009-09-09 | 1 | -2/+0 |
| | | | | SVN Revision: 2590 | ||||
* | fix delete item to allow owner being able to remove all publisher items, and ↵ | Christophe Romain | 2009-09-09 | 6 | -59/+93 |
| | | | | | | also fix EJAB-1036 SVN Revision: 2589 | ||||
* | Change some error messages. | Badlop | 2009-09-07 | 2 | -3/+5 |
| | | | | SVN Revision: 2587 | ||||
* | fix minor timestamp shift between item creation and modification | Christophe Romain | 2009-09-04 | 1 | -2/+3 |
| | | | | SVN Revision: 2585 | ||||
* | Use the local (target) domain for firing the s2s_receive_packet hook. | Pablo Polvorin | 2009-09-04 | 1 | -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) | Badlop | 2009-09-02 | 2 | -160/+164 |
| | | | | SVN Revision: 2580 | ||||
* | improve previous patch | Christophe Romain | 2009-09-01 | 3 | -40/+41 |
| | | | | SVN Revision: 2578 | ||||
* | Fix missing tag when configuring subscription option (thanks to Clochix) | Badlop | 2009-09-01 | 1 | -1/+11 |
| | | | | SVN Revision: 2576 | ||||
* | BOSH module optimization and clean-up (thanks to Aleksey Shchepin and ↵ | Badlop | 2009-08-31 | 4 | -511/+685 |
| | | | | | | Mickaël Rémond)(EJAB-936) SVN Revision: 2574 | ||||
* | Include in release notes Zlib+STARTTLS support | Badlop | 2009-08-31 | 1 | -0/+1 |
| | | | | SVN Revision: 2573 | ||||
* | Support zlib compression after STARTTLS (thanks to Aleksey Shchepin)(EJAB-499) | Badlop | 2009-08-31 | 5 | -12/+33 |
| | | | | SVN Revision: 2571 | ||||
* | Remove the word "END" of release_notes file because it seems unnecessary. | Badlop | 2009-08-31 | 1 | -2/+0 |
| | | | | SVN Revision: 2570 | ||||
* | Fix Edoc errors | Badlop | 2009-08-31 | 1 | -2/+2 |
| | | | | SVN Revision: 2569 | ||||
* | Rename erlang log file sasl.log to erlang.log (EJAB-783) | Badlop | 2009-08-31 | 6 | -10/+16 |
| | | | | SVN Revision: 2567 | ||||
* | Update translation files | Badlop | 2009-08-29 | 24 | -759/+806 |
| | | | | SVN Revision: 2566 | ||||
* | Update Esperanto translation (thanks to Andreas van Cranenburgh) | Badlop | 2009-08-29 | 1 | -100/+78 |
| | | | | SVN Revision: 2565 | ||||
* | apply last patch to pubsub_odbc as well | Christophe Romain | 2009-08-28 | 1 | -5/+5 |
| | | | | SVN Revision: 2563 | ||||
* | secure calls to ets:lookup | Christophe Romain | 2009-08-28 | 4 | -11/+11 |
| | | | | SVN Revision: 2562 | ||||
* | fix send last item issue | Christophe Romain | 2009-08-28 | 2 | -5/+5 |
| | | | | SVN Revision: 2560 | ||||
* | delete node fix | Christophe Romain | 2009-08-27 | 2 | -52/+32 |
| | | | | SVN Revision: 2558 | ||||
* | remove INFO_MSG call inside sql_query_internal | Christophe Romain | 2009-08-27 | 1 | -1/+1 |
| | | | | SVN Revision: 2556 | ||||
* | reapply previous RSM filtering fix drop by mistake | Christophe Romain | 2009-08-27 | 1 | -4/+3 |
| | | | | SVN Revision: 2555 | ||||
* | get odbc subscriptions bugfix | Christophe Romain | 2009-08-27 | 5 | -27/+35 |
| | | | | SVN Revision: 2554 | ||||
* | several improvements, and fix odbc subscriptions issues | Christophe Romain | 2009-08-27 | 8 | -163/+249 |
| | | | | SVN Revision: 2553 | ||||
* | Fix EDoc comment | Badlop | 2009-08-27 | 2 | -2/+2 |
| | | | | SVN Revision: 2552 | ||||
* | fix pep not fetching subscriptions | Christophe Romain | 2009-08-27 | 1 | -8/+8 |
| | | | | SVN Revision: 2551 | ||||
* | typo fix | Christophe Romain | 2009-08-27 | 1 | -1/+1 |
| | | | | SVN Revision: 2549 | ||||
* | fix issue with RSM filtering | Christophe Romain | 2009-08-27 | 1 | -4/+3 |
| | | | | SVN Revision: 2548 | ||||
* | fix old api in node_flat_odbc | Christophe Romain | 2009-08-27 | 3 | -230/+226 |
| | | | | SVN Revision: 2547 | ||||
* | port commit from r2527 to odbc plugin | Christophe Romain | 2009-08-27 | 2 | -2/+15 |
| | | | | SVN Revision: 2543 | ||||
* | check if a room is not persistent before starting a new one with the same ↵ | Evgeniy Khramtsov | 2009-08-26 | 1 | -2/+18 |
| | | | | | | name (EJAB-1026) SVN Revision: 2539 | ||||
* | resolve EJAB-1025, send notification when owner changed entity subscription | Christophe Romain | 2009-08-25 | 3 | -14/+32 |
| | | | | SVN Revision: 2532 | ||||
* | Add command to update PubSub table of ejabberd trunk SVN. | Badlop | 2009-08-25 | 2 | -0/+10 |
| | | | | | | | 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/3629 | Christophe Romain | 2009-08-25 | 3 | -4/+7 |
| | | | | SVN Revision: 2530 | ||||
* | added function to rename old default nodes to hometree | Christophe Romain | 2009-08-25 | 3 | -75/+103 |
| | | | | SVN Revision: 2529 | ||||
* | fix manage subscriptions owner's usecase | Christophe Romain | 2009-08-24 | 2 | -11/+27 |
| | | | | SVN Revision: 2528 | ||||
* | Write PID file, path is configurable in ejabberdctl.cfg (EJAB-1023) | Badlop | 2009-08-24 | 6 | -0/+62 |
| | | | | SVN Revision: 2526 |