aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix previous commit issuesChristophe Romain2011-02-093-13/+119
|
* refactor pubsub broadcast to allow large optimizationChristophe Romain2011-02-084-729/+423
|
* Remove erroneous comment (EJAB-645)Badlop2011-02-031-3/+0
|
* Handle Tigase's unexpected version=1.0 when ejabberd doesn't announce it ↵Badlop2011-01-311-0/+4
| | | | (EJAB-1379)
* Add to example config file access_from commentBadlop2011-01-281-0/+8
|
* Fix unused variable when code was copied from mod_pubsub.erlBadlop2011-01-272-2/+2
|
* Merge exmpp jlib.erl into ejabberd jlib.erl (EJAB-1377)Badlop2011-01-271-1/+362
|
* Fix initial presence after roster subscription approval (EJAB-1384)Pablo Polvorin2011-01-272-5/+10
| | | | | Send initial presence after the roster subscription workflow is complete.
* mod_pres_counter prevents subscription flood (thanks to Ahmed Omar and ↵Badlop2011-01-193-0/+169
| | | | Alexey Shchepin)(EJAB-1388)
* Fix delayed response of a timeout call was reused for next login (EJAB-1385)Badlop2011-01-191-8/+12
|
* Subsecond timestamp granularity in offline messages (EJAB-1376)Badlop2011-01-182-38/+52
|
* Clarify more the expected content of welcome_message mod_register optionBadlop2011-01-171-1/+1
|
* Fix compilation bug in BOSHBadlop2011-01-171-1/+1
|
* Update NODE and HOST with the definitive values from ejabberdctl or command lineBadlop2011-01-171-1/+3
|
* check_start must grep processes for nodename lastChristophe Romain2011-01-171-1/+1
|
* improve check_start, avoid false process match with grepChristophe Romain2011-01-171-1/+1
|
* Clarify error message when BOSH query is sent to non-running moduleBadlop2011-01-141-2/+7
|
* Option to reject S2S connection if untrusted certificate (EJAB-464)Badlop2011-01-116-25/+93
|
* Include From attribute in the stream header of outgoing S2S connectionsBadlop2011-01-111-3/+6
|
* When TLS is required in s2s, add subelement to stream:features starttlsBadlop2011-01-111-8/+12
|
* Add option to require encryption in S2S connections (EJAB-495)Badlop2011-01-113-15/+24
|
* Send correct from/to attributes in s2s dialback response (EJAB-1363).Pablo Polvorin2011-01-101-1/+1
| | | | | | We were sending swapped from/to attributes when replying to db:verify requests. Some servers don't mind about this, but others like prosody checks this and rejects the verification, the s2s connection in that case couldn't be established.
* Fix old unresolved merge conflicts in pg.sqlBadlop2011-01-091-17/+0
| | | | | | Please note that ejabberd takes care to create the tables in your ODBC database if needed. The file pg.sql is provided for reference purposes only, as it isn't needed when preparing the database.
* Add start time information in ejabberd logBadlop2011-01-051-0/+9
| | | | | One way to print that information is to configure in ejabberd.cfg {loglevel, {4, [{ejabberd_app, debug}]}}.
* Several bugfixes in Caps (thanks to Karim Gemayel)Badlop2010-12-301-56/+62
| | | | | | | | | - fix bug with caps 2.0: ERRORs were logged in some cases - enhance record definitions - turn string() data into binary() ones - remove mod_caps:node_to_binary/2, mod_caps:features_to_binary/1 and mod_caps:binary_to_features/1. Tested with Psi+ (caps 1.0) and OneTeam (caps 2.0), and they now don't produce ERROR REPORTs.
* Keep the order of stanzas when BOSH sends several (EJAB-1374)Badlop2010-12-301-1/+1
|
* Revert buggy previous commit (thanks to W. Andrew Loe III), and add better fixBadlop2010-12-303-7/+7
|
* Provide stacktrace in log report when a transaction failsBadlop2010-12-301-1/+4
|
* Don't delete the whole table, as other module instances may already have ↵Badlop2010-12-301-9/+0
| | | | started rooms.
* Change c2s state before offline messages resendingEvgeniy Khramtsov2010-12-281-15/+12
|
* new caps processing and related fixes in ejabberd_c2s.erl and miscellaneous ↵Christophe Romain2010-12-243-93/+352
| | | | fixes in mod_pubsub.erl (Thanks to Karim Gemayel)(EJAB-620)
* Only call mod_roster when the user is in a local vhost, fixing EJAB-869Badlop2010-12-231-7/+15
|
* Fix bug introduced with an old commit (EJAB-72)Badlop2010-12-231-1/+1
|
* Remove version=1.0 from stream opening when TLS is not available (thanks to ↵Alexey Shchepin2010-12-231-2/+6
| | | | Karim Gemayel)
* Delete obsolete modules, because now the standard ones use gen_storageBadlop2010-12-2311-4525/+4
|
* Remove log line that was intended only for debugging during developmentBadlop2010-12-231-1/+0
|
* Allow auth modules to provide SASL errors; default is "not-authorized".Badlop2010-12-233-17/+37
| | | | | See http://tools.ietf.org/html/draft-saintandre-rfc3920bis-09#section-7.4
* Make jlib:ip_to_list safe to useAlexey Shchepin2010-12-231-1/+3
|
* Clean muc_online_room when mod_muc starts (EJAB-1365)Badlop2010-12-231-0/+3
|
* Bugfix in starting persistent rooms when mod_muc odbc (EJAB-1365)Badlop2010-12-231-2/+2
|
* Bugfix mod_muc odbc couldn't register nickname (EJAB-1364)Badlop2010-12-231-20/+15
|
* Document the types of some state elementsBadlop2010-12-231-4/+4
|
* Document in mod_muc.erl the gen_storage table schema (EJAB-1368)Badlop2010-12-231-0/+38
|
* Add support in WebAdmin to register vhosts, and a page to restart or remove itBadlop2010-12-231-5/+107
|
* New ejabberd commands to list, register and remove vhostsBadlop2010-12-231-0/+22
|
* Fix register of vhost (EJAB-1346)Badlop2010-12-231-15/+18
|
* Add some variable type hintsBadlop2010-12-231-2/+2
|
* Update auth modules to support stoppingBadlop2010-12-234-0/+28
|
* Fix Type definitionBadlop2010-12-211-1/+3
|
* Remove call to function no longer existentBadlop2010-12-211-7/+0
|