aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement XEP-0279: Server IP Check (thanks to Karim Gemayel)(EJAB-1205)Badlop2010-03-081-0/+97
|
* Fix warnings about unused variable.Badlop2010-03-082-2/+2
|
* Replace concat_binary supported until R14 with list_to_binary supported since R9Badlop2010-03-083-5/+5
|
* Catch errors when exporting to PIEFXIS file (EJAB-1178)Badlop2010-03-081-2/+9
|
* ldap_dn_filter option is documented; now fetching only needed attributes in ↵Evgeniy Khramtsov2010-03-081-9/+22
| | | | LDAP search requests (EJAB-1204)
* now using "%u" pattern as default for ldap_uids (EJAB-1203)Evgeniy Khramtsov2010-03-081-5/+7
|
* fix mistake in previous broadcast_stanza changeChristophe Romain2010-03-053-6/+6
|
* add extended stanza addressing 'replyto' on PEP (EJAB-1198) (thanks karim)Christophe Romain2010-03-054-124/+143
|
* MSSQL support was broken (EJAB-1201)Denis Kurochkin2010-03-052-2/+600
|
* fix compilations issuesChristophe Romain2010-03-053-73/+69
|
* minor intentation fix, and sync _odbc codeChristophe Romain2010-03-052-237/+299
|
* add pubsub#purge_offline (EJAB-1186) (thanks karim)Christophe Romain2010-03-0514-0/+89
|
* fix pubsub#title option (EJAB-1190) (thanks karim)Christophe Romain2010-03-051-8/+18
|
* mod_caps optimizations (thanks evgeniy)Christophe Romain2010-03-053-415/+209
|
* improved s2s connections clean up (EJAB-1202)Evgeniy Khramtsov2010-03-041-24/+30
|
* Remove print debug (thanks evgeniy)Pablo Polvorin2010-03-021-2/+1
|
* Fix German translation (thanks to Florian Zumbiehl)(EJAB-1195)Badlop2010-02-241-356/+365
|
* Fix resending authorization problemBadlop2010-02-242-4/+4
|
* Run user_receive_packet also when sending offline messages to client (thanks ↵Badlop2010-02-221-2/+6
| | | | to Brian Acton)(EJAB-1193)
* Fix typos in example config comments (thanks to Florian Zumbiehl)(EJAB-1192)Badlop2010-02-221-35/+35
|
* Use alternative of file:read_line/1 to not require R13B02Badlop2010-02-201-3/+3
|
* fixes typo in Russian translationEvgeniy Khramtsov2010-02-202-2/+2
|
* get rid of queue:filter/2 to keep compatibility with older Erlang versionsEvgeniy Khramtsov2010-02-201-9/+7
|
* now using mnesia:async_dirty when cleaning table from failed nodeEvgeniy Khramtsov2010-02-192-3/+3
|
* Reduce verbosity of HTTP Binding log messages (thanks to Alexey Shchepin)Badlop2010-02-191-8/+15
|
* improved explanation of "max_fsm_queue" option; included this option in ↵ekhramtsov2010-02-181-0/+6
| | | | ejabberd.cfg.example (EJAB-1185)
* new option "hostname" is added (thanks to Stefan Hepp) (EJAB-838)ekhramtsov2010-02-171-2/+10
|
* Close also legacy sessions that were half connected (thanks to Evgeniy ↵Badlop2010-02-161-2/+2
| | | | Khramtsov)(EJAB-1165)
* Remove references to the old SVN repository.Badlop2010-02-162-10/+1
|
* Rewrite mnesia counter functions to use dirty_update_counter (EJAB-1177)Badlop2010-02-152-74/+35
| | | | (thanks to Juan Pablo Carlino and Alexey Shchepin)
* New command to set master Mnesia nodeBadlop2010-02-151-0/+21
|
* Shared roster gets contact nickname from vcard, when available (EJAB-114)Badlop2010-02-151-1/+30
|
* Cross-domain HTTP-Bind support (thanks to Jack Moffitt)(EJAB-1168)Badlop2010-02-154-9/+43
|
* Fix cluster race condition in route read (thanks to Alexey Shchepin)Badlop2010-02-151-1/+1
|
* Improve TTY code to work on more operating systems (thanks to Jan Koum)Badlop2010-02-121-1/+1
|
* Added support for Jot in ctl and TTY in debug (thanks to Jan Koum)Badlop2010-02-121-9/+15
|
* Minor fixes in the new ejabberdctl flock codeBadlop2010-02-122-26/+24
|
* ejabberdctl: support concurrent connections with bound conn namesMartin Langhoff2010-02-122-7/+81
| | | | | | | | | | | If flock is available, ejabberdctl will use it to grab one of a bound number of connection names. This allows concurrent connections while using a bound number of atoms. Using PID, timestamps or random strings for transient connection IDs (which would avoid the need for flock) uses an unbound number of atoms. This can effectively DoS servers, as these connection names are not garbage collected.
* Fix bashism in 'ejabberdctl started'Badlop2010-02-111-1/+1
|
* Allow a request_handler to serve a file in root of HTTPBadlop2010-02-101-1/+2
|
* Add new debuging hook to the http receiving process.Pablo Polvorin2010-02-051-1/+3
| | | | | | The new hook is called http_request_debug, and receive the LocalPath and Request as parameter. SVN Revision: 2961
* Hibernate http-bind process after handling a request.Pablo Polvorin2010-02-051-1/+1
| | | | | | When using BOSH, this reduces memory consuption of the http-bind process, with negligible CPU impact. SVN Revision: 2960
* Bug Fix: The value of max # of erlang process specified in ejabberdctl.cfg ↵Pablo Polvorin2010-02-051-2/+2
| | | | | | | | was not used. It was called PROCESSES in the .cfg file, and ERL_PROCESSES in the script. The latter is the correct, to be coherent with ERL_MAX_PORTS and ERL_MAX_ETS_TABLES. SVN Revision: 2959
* avoid resending <stream:error> stanzas on terminate (EJAB-1180)Evgeniy Khramtsov2010-02-031-5/+10
| | | | SVN Revision: 2955
* avoid 'invalid' value in #iq{} recordEvgeniy Khramtsov2010-02-021-4/+2
| | | | SVN Revision: 2954
* iq_query_info/1 now returns 'invalid' if XMLNS is invalidEvgeniy Khramtsov2010-02-021-9/+13
| | | | SVN Revision: 2953
* changed Reason to shutdown when stopping destroyed MUC roomEvgeniy Khramtsov2010-02-021-1/+1
| | | | SVN Revision: 2952
* Fix bug handling Reason in gen_fsm:terminateBadlop2010-02-021-1/+1
| | | | SVN Revision: 2950
* Added new acl for mod_register: access_from. This acl is applied if existing ↵Evgeniy Khramtsov2010-01-311-6/+18
| | | | | | account tries to register a new account (either via s2s or c2s). The default value is to deny such operations. SVN Revision: 2949
* improved SQL reconnect behaviourEvgeniy Khramtsov2010-01-311-133/+190
| | | | SVN Revision: 2947