aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* typo fix (thanks to Artem Sh)(EJAB-1424)Christophe Romain2011-08-251-2/+2
|
* Support multiple sessions per nick in muc_online_users, relevant for ↵Badlop2011-08-232-4/+5
| | | | max_user_conferences (EJAB-305)
* Send private messages to all the sessions with same nick (EJAB-305)Badlop2011-08-231-8/+17
|
* Don't send unavailable presence when leaving occupant has other nicks in the ↵Badlop2011-08-231-1/+4
| | | | room (EJAB-305)
* Allow multiple entry with same nick to MUC rooms (thanks to Magnus ↵Badlop2011-08-232-51/+158
| | | | Henoch)(EJAB-305)
* New option resource_conflict defines server action (thanks to Lee ↵Badlop2011-08-173-16/+63
| | | | Boynton)(EJAB-650)
* Fix bug in scram is_alphaBadlop2011-08-171-2/+2
|
* Fix ODBC account counting (thanks to Artem Sh)(EJAB-1491)Badlop2011-08-163-6/+10
|
* Fix and improve support for SCRAM auth method (EJAB-1196)Badlop2011-08-1614-419/+225
|
* Indicate license and copyright (thanks to Stephen Röttger)(EJAB-1196)Badlop2011-08-162-0/+52
|
* Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)Badlop2011-08-1616-14/+673
|
* handle case when roster version on DB is enabled but version is not found.Pablo Polvorin2011-08-051-1/+9
| | | | Thanks Evgeniy.
* Add comment about ping requests sent even to non-supporting clientsBadlop2011-08-041-0/+2
|
* Verify username provided in registration web formBadlop2011-07-271-0/+5
|
* Handle case when ejabberd_auth_* says the account existsBadlop2011-07-271-0/+2
|
* Include status 110 in presence to new occupant (EJAB-740)Badlop2011-07-161-1/+8
|
* Fix typo in modules overviewBadlop2011-07-151-1/+1
|
* Use #roster record instead of direct tupleBadlop2011-07-131-1/+2
|
* Document ldap_tls_cacertfile and ldap_tls_depth options (EJAB-1299)Evgeniy Khramtsov2011-07-131-0/+10
|
* Add ldap_tls_cacertfile and ldap_tls_depth options (EJAB-1299)Evgeniy Khramtsov2011-07-134-19/+70
|
* Room option to ignore private messages from visitors (thanks to Maxim Ignatenko)Badlop2011-07-114-14/+69
|
* One more fixMaxim Ignatenko2011-07-111-1/+1
|
* Improve spelling and fix some typosMaxim Ignatenko2011-07-111-26/+26
|
* Fix reference to 'admin' ACL name (thanks to Samuel Wejeus)(EJAB-1476)Badlop2011-07-051-11/+11
|
* Merge branch '2.1.x' of ↵Alexey Shchepin2011-07-031-2/+2
|\ | | | | | | git+ssh://git@gitorious.process-one.net/ejabberd/mainline.git into 2.1.x
| * is_user_in_group/3 must check if user belongs to given Group from Host ↵Juan Pablo Carlino2011-07-011-2/+2
| | | | | | | | | | | | | | specified on third argument. * is_user_in_group/3 was checking if given user (passed on first parameter as a bare jid) belonged to group of the server derived from this jid.
* | 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
|
* Clarify in mod_register_web example what host to put in the URLBadlop2011-06-111-1/+4
|
* 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
* Added 2.1.8 release notes.v2.1.8Jerome Sautret2011-06-061-0/+21
|
* Fix crash when user publishes an item (EJAB-1457)Badlop2011-06-011-2/+2
|
* Recompile the Guidev2.1.7Badlop2011-05-314-139/+185
|
* Update ejabberd version number to 2.1.7Badlop2011-05-311-1/+1
|
* Recompile translationsBadlop2011-05-3127-6922/+7141
|
* Add release_notes_2.1.7.txtBadlop2011-05-311-0/+97
|
* Fix some typos in the GuideBadlop2011-05-312-8/+4
|
* 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)
* Fix minor English errorBadlop2011-05-311-2/+2
|
* New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03Badlop2011-05-313-0/+21
|
* 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.