aboutsummaryrefslogtreecommitdiff
path: root/src/mod_caps.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_caps optimizations (thanks evgeniy)Christophe Romain2010-03-051-342/+130
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* Fix ProcessOne name in comments.Badlop2009-11-041-1/+1
* fixes race condition in wait_caps/note_caps (EJAB-1054)Evgeniy Khramtsov2009-09-251-9/+6
* improve waiting caps clean (EJAB-1054)Christophe Romain2009-09-241-2/+5
* caps storage indexed on case insensitive jidChristophe Romain2009-07-211-1/+2
* remove useless debugChristophe Romain2009-05-281-1/+0
* pubsub: added configuration option in guide.tex, added last item cache, use d...Christophe Romain2009-05-281-2/+22
* Prevent race condition when calling get_caps while note_caps has not been han...Christophe Romain2009-05-111-16/+49
* several pubsub fixes and improvements. also fixes EJAB-913 and EJAB-871Christophe Romain2009-05-071-2/+2
* typo fixChristophe Romain2009-04-301-1/+1
* mod_caps: reduce memory and remove mnesia lockChristophe Romain2009-04-301-64/+60
* after check, last commit was uselessChristophe Romain2009-04-141-2/+2
* minor change, back to original patchChristophe Romain2009-04-141-2/+2
* minor improvement for best readabilityChristophe Romain2009-04-101-3/+2
* make sure caps table are clean on startupChristophe Romain2009-04-101-0/+2
* better hadling of presence in mod_capsChristophe Romain2009-04-101-1/+38
* Add roster subscriptions handling and make PEP events sent to all resourcesChristophe Romain2009-03-031-20/+18
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-2/+2
* typo fixChristophe Romain2008-12-231-3/+3
* make caps store only required user_caps_defaultChristophe Romain2008-12-231-3/+9
* Improve handling of PEP sent to external contacts (EJAB-825)Christophe Romain2008-12-231-4/+32
* Reduce memory consumption due to caps handlingChristophe Romain2008-12-081-8/+27
* * doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)Badlop2008-07-311-1/+1
* PubSub improvements, and solves (EJAB-453) (EJAB-608)Christophe Romain2008-07-031-0/+12
* XEP-0115 patch (EJAB-618)Christophe Romain2008-04-301-1/+2
* Cache negative response (EJAB-474)Christophe Romain2008-04-141-2/+15
* * src/mod_caps.erl: Move two log calls ERROR_MSG to DEBUGBadlop2008-03-211-2/+2
* * src/ejabberd_app.erl (prep_stop): Stop modules when stoppingBadlop2008-02-281-2/+1
* * doc/guide.tex: Updated the names of log files.Badlop2008-01-161-2/+2
* * doc/guide.tex: Updated copyright dates to 2008Badlop2008-01-151-1/+1
* don't ask capabilities to MUC room participantsChristophe Romain2008-01-111-7/+16
* * Applied copyright update patch 1.Mickaël Rémond2007-12-241-0/+19
* * src/mod_caps.erl: Bugfix in timeout checking. Check for timeoutBadlop2007-12-211-1/+5
* * src/mod_caps.erl: Don't include the Node attribute from CBadlop2007-12-201-2/+1
* * src/mod_caps.erl: Fix compilation warnings: Part 2 (EJAB-290)Badlop2007-12-071-2/+2
* * src/mod_caps.erl: CAPS support (thanks to Magnus Henoch)Alexey Shchepin2007-12-011-0/+259