aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Minor mod_version bugfixAlexey Shchepin2011-07-031-1/+1
|/
* Optimized mod_roster_odbc:get_rosterAlexey Shchepin2011-06-291-6/+10
|
* Support servers that reply error on any command before registration (thanks ↵Badlop2011-06-281-2/+2
| | | | | | | | | | | | to Gelraen) This makes mod_irc actually work with servers that reply with error on any command before the registration procedure is completed. Such servers, after NICK/USER they send PING and wait for client response. In such situation they reply with message 451 to CODEPAGE command, and mod_irc thinks that connection failed. Example IRC server that works thanks to the patch: irc.mibbit.com
* Comment in the cfg file the correct node name used in ejabberdctl.templateBadlop2011-06-281-2/+2
|
* Match ldap_uidattr_format case-insensitively (EJAB-1449)Evgeniy Khramtsov2011-06-231-1/+8
|
* Log an error when an LDAP filter is incorrect (EJAB-1395)Evgeniy Khramtsov2011-06-155-5/+32
|
* Escape iolist correctly when NIFs are disabled (EJAB-1462)Evgeniy Khramtsov2011-06-111-0/+1
|
* Fix compilation in Windows (thanks to flyingwow99)Badlop2011-06-071-1/+4
| | | | See http://www.ejabberd.im/node/4549
* Fix crash when user publishes an item (EJAB-1457)Badlop2011-06-011-2/+2
|
* Update ejabberd version number to 2.1.7Badlop2011-05-311-1/+1
|
* Recompile translationsBadlop2011-05-3127-6922/+7141
|
* Disable all entity expansions (thanks to Alexey Shchepin)(EJAB-1451)Badlop2011-05-311-0/+2
|
* Update the 'configure' script with: aclocal; autoconfBadlop2011-05-311-232/+274
|
* Pubsub node maxitem forced to 0 if non persistent node (thanks to Karim ↵Christophe Romain2011-05-311-1/+4
| | | | Gemayel)(EJAB-1434)
* apply filtered notification to PEP last items (thanks to karim ↵Christophe Romain2011-05-311-4/+30
| | | | Gemayel)(EJAB-1456)
* 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
|