summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03Badlop2011-05-312-0/+17
|
* Cut the string when calling halt/1Badlop2011-05-302-2/+2
|
* Under some circumstances the "uri" variable in StartNamespaceDeclHandler ↵Evgeniy Khramtsov2011-05-301-0/+10
| | | | could be NULL. We check this now.
* Fix a recent commit about "Set script as executable"Badlop2011-05-301-1/+1
|
* Support anonymous accounts in Shared Roster @all@ directive (EJAB-1264)Badlop2011-05-302-2/+7
| | | | With this change, logged anonymous accounts are considered to be registered.
* Add link in the Backup page to the GuideBadlop2011-05-291-1/+1
|
* Support XEP-0191 Simple Communications Blocking (thanks to Stephan ↵Badlop2011-05-274-1/+386
| | | | Maka)(EJAB-695)
* A user can query his own Last activity, even if not subscribed to oneselfBadlop2011-05-261-1/+3
|
* Several fixes and improvements in ejabberd.init.templateBadlop2011-05-242-4/+22
| | | | | | | | | Changes: * Set script as executable * Add LSB tags and overrides, copied from Debian's ejabberd package * Add chkconfig support (thanks to Ivan Martinez)(EJAB-1450) * Don't use nounset, as that breaks when no argument is provided * Add status command
* When checking captcha setup, try to generate image only when captcha is ↵Evgeniy Khramtsov2011-05-181-8/+9
| | | | enabled in order to avoid logging of confusing error
* When module start fails during server start, stop erlang (EJAB-1446)Badlop2011-05-161-2/+15
|
* Owner can delete any items from its own node (EJAB-1445)Christophe Romain2011-05-061-2/+2
|
* Take into consideration internal queue length when sorting processes queuesEvgeniy Khramtsov2011-05-051-5/+12
|
* Do not accept XML with undefined prefixes (EJAB-680)Evgeniy Khramtsov2011-05-031-4/+62
|
* Reorganize the push_item function, and handle version not_found (EJAB-1420)Badlop2011-04-291-14/+9
|
* No need to inform that XEP-0237 is optional; clarified in XEP version 1.2Badlop2011-04-291-1/+1
|
* mod_register Access now also controls account unregistrationsBadlop2011-04-261-2/+4
|
* Escape user input in mod_privacy_odbc (EJAB-1442)Badlop2011-04-261-2/+2
|
* Throw error when captcha fails at server start, not later at runtimeBadlop2011-04-261-20/+8
|
* Do not decrease MUC admin's role/affiliationjabber2011-04-181-0/+5
|
* Add captcha_limit option to the example configEvgeniy Khramtsov2011-04-181-0/+4
|
* Remove forgotten -compile(export_all).Evgeniy Khramtsov2011-04-181-1/+1
|
* Implement CAPTCHA limitEvgeniy Khramtsov2011-04-185-51/+145
|
* Fix syntax errorEvgeniy Khramtsov2011-04-181-1/+1
|
* CAPTCHA whitelist supportEvgeniy Khramtsov2011-04-182-1/+47
|
* Try to improve support for roster_version in MSSQL (EJAB-1437)Badlop2011-04-143-4/+80
|
* The responses to HEAD must have empty BodyBadlop2011-04-121-2/+14
|
* Support as read-only HTTP method not only GET, also HEADBadlop2011-04-121-2/+6
|
* If extauth script crashes, ejabberd should restart it (EJAB-1428)Badlop2011-04-111-4/+12
|
* Support more captcha_host value formats (EJAB-1418)Badlop2011-04-111-3/+7
|
* Send jid attribute when occupant is banned (EJAB-1432)Badlop2011-04-071-2/+9
|
* mod_ping uses iqdisc no_queue by default (thanks to Chris Moos)(EJAB-1435)Badlop2011-04-071-1/+1
|
* Updated Japanese translation (thanks to Mako N)Badlop2011-03-301-177/+183
|
* Fix typo (thanks to Krzee)Badlop2011-03-171-1/+1
|
* Update the changed string in the PO translation filesBadlop2011-03-1350-102/+75
|
* Change string in WebAdmin to reuse an existing oneBadlop2011-03-131-1/+1
|
* Fix bashism and make some lines similar to master branch (EJAB-1404)Badlop2011-03-091-6/+4
|
* If the port number isn't listener, then specify the protocol (EJAB-1418)Badlop2011-03-031-11/+10
|
* captcha_host must have the port number to get protocol (EJAB-1418)Badlop2011-03-032-3/+3
|
* mod_irc must send presence unavailable to the departing occupant (EJAB-1417)Badlop2011-03-011-7/+28
|
* ejabberdctl needs space between INET_DIST_INTERFACE (thanks to Dale ↵Badlop2011-02-281-1/+1
| | | | Chase)(EJAB-1416)
* Tweak pg2_backport.erl to work with Erlang older than R13A (EJAB-1349)Badlop2011-02-221-1/+4
|
* Add support for '@online@' Shared Roster Group (thanks to Martin ↵Badlop2011-02-211-8/+105
| | | | | | | | | | | | | Langhoff)(EJAB-1391) New version of the @online@ patch originally by Collabora. Notes: - the presence push is mediated via the group rather than per user - this may reduce memory footprint... _if_ ejabberd has some smart optimisation in that codepath - it assumes that any group with membership @online@ _displays_ online as well -- this is a simplification and breaks the decoupling that ejabberd has in this regard.
* Forward old messages to newly spawned extauth process (thanks to Mika ↵Badlop2011-02-211-1/+11
| | | | Seppänen)(EJAB-1385)
* New route_iq/5 accepting Timeout (thanks to Edwin Fine)(EJAB-1398)Badlop2011-02-211-4/+18
| | | | Also new register_iq_response_handler/5
* New DIST_USE_INTERFACE to restrict IP where erlang connections are listened ↵Badlop2011-02-162-0/+15
| | | | (EJAB-1404)
* New Indonesian translation (thanks to Irfan Mahfudz Guntur)(EJAB-1407)Badlop2011-02-162-0/+2207
|
* fix empty pubsub payload check on odbc versionChristophe Romain2011-02-141-1/+1
|
* fix empty pubsub payload checkChristophe Romain2011-02-141-1/+1
|
* update copyright up to 2011Christophe Romain2011-02-14179-238/+238
|