aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Recompile guide.htmlBadlop2010-02-181-2/+28
|
* improved explanation of "max_fsm_queue" option; included this option in ↵ekhramtsov2010-02-182-2/+24
| | | | ejabberd.cfg.example (EJAB-1185)
* option "access_from" is now documented (EJAB-1187)ekhramtsov2010-02-181-0/+4
|
* new option "hostname" is added (thanks to Stefan Hepp) (EJAB-838)ekhramtsov2010-02-172-2/+16
|
* 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-163-11/+2
|
* 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.
* Remove unnecessary section about Snow Leopard with Erlang R13BBadlop2010-02-112-200/+177
|
* Replace mention of ejabberd SVN with Git.Badlop2010-02-112-5/+9
|
* 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
|
* Fix character in README fileBadlop2010-02-051-1/+1
| | | | SVN Revision: 2963
* 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
* regenerated guide.htmlEvgeniy Khramtsov2010-01-281-6/+10
| | | | SVN Revision: 2945
* ejabberd_c2s option "max_fsm_queue" is now documentedEvgeniy Khramtsov2010-01-281-5/+9
| | | | SVN Revision: 2941
* new ejabberd_c2s option support: max_fsm_queueEvgeniy Khramtsov2010-01-281-6/+11
| | | | SVN Revision: 2939
* fixes regression with configure scriptEvgeniy Khramtsov2010-01-281-3362/+2163
| | | | SVN Revision: 2938
* now using p1_fsm behaviour in c2s FSM (EJAB-1173)Evgeniy Khramtsov2010-01-282-2171/+3381
| | | | SVN Revision: 2936
* Fix typo in docMickaël Rémond2010-01-261-1/+1
| | | | SVN Revision: 2928
* Fix documentation installation, no need for executable permission (thanks to ↵Badlop2010-01-251-3/+3
| | | | | | Peter)(EJAB-1170) SVN Revision: 2926
* Fix typo in EJABBERD_BIN_PATH (thanks to Martin Langhoff)(EJAB-891)Badlop2010-01-251-1/+1
| | | | SVN Revision: 2925
* Support in ejabberdctl help command names with old - characters.Badlop2010-01-251-2/+3
| | | | SVN Revision: 2924
* Revert version number from 2.1.2 tag to 2.1.x branchBadlop2010-01-185-8/+8
| | | | SVN Revision: 2916
* Update version number to 2.1.2Badlop2010-01-185-8/+8
| | | | SVN Revision: 2914