aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_muc: Don't bounce error replies in response to errorsMatthew Wild2009-03-021-1/+1
* mod_register: Fixed an error happening during account deletionWaqas Hussain2009-02-231-1/+1
* MUC: Added copyright noticeWaqas Hussain2009-02-211-0/+7
* MUC: Replaced some duplicate codeWaqas Hussain2009-02-211-19/+4
* MUC: Removed commented and unused codeWaqas Hussain2009-02-211-68/+1
* MUC: Workaround for a Gajim bug (it includes <x xmlns='http://jabber.org/prot...Waqas Hussain2009-02-201-1/+1
* MUC: Use util.stanza.clone instead of pre/deserialize for cloning stanzasWaqas Hussain2009-02-201-5/+5
* MUC: Syntax error in last commit - this is lua :)Waqas Hussain2009-02-201-1/+1
* MUC: Throw an error if we try talking to ourselvesWaqas Hussain2009-02-201-0/+1
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-191-5/+13
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-191-5/+13
| |\
| | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-181-5/+13
| | |\
| | | * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-02-181-5/+13
| | | |\
| | | | * mod_bosh: Possible fix for invalid key to next crashMatthew Wild2009-02-181-5/+13
* | | | | MUC: Bug fixes and workaroundsWaqas Hussain2009-02-191-30/+40
|/ / / /
* / / / MUC: Logging - logger doesn't like nilsWaqas Hussain2009-02-191-1/+1
|/ / /
* / / MUC: Added loggingWaqas Hussain2009-02-191-0/+11
|/ /
* | MUC: Various fixesWaqas Hussain2009-02-181-11/+16
* | MUC: Fixed: Presence for user joining the roomi was sent twice to the userWaqas Hussain2009-02-171-1/+1
|/
* Merge from waqasMatthew Wild2009-02-161-28/+157
|\
| * MUC: Made vCards work by redirecting vCard requests to bare JIDsWaqas Hussain2009-02-161-1/+3
| * MUC: Kick participants sending error messages to other participantsWaqas Hussain2009-02-161-2/+12
| * MUC: Private stanzas (private messages, IQs, etc)Waqas Hussain2009-02-161-2/+10
| * MUC: Presence and message stanzas now fully work (status messages, xhtml-im, ...Waqas Hussain2009-02-161-24/+133
* | mod_version: Operating system detection. Disable with hide_os_type = true in ...Matthew Wild2009-02-151-1/+18
* | Adding inital support for ANONYMOUS mechanism in SASL.Tobias Markmann2009-02-141-0/+1
|/
* Fixed: User resources not disconnected correctly on account deleteWaqas Hussain2009-02-121-1/+1
* Merge with waqas for MUC/routing fixesMatthew Wild2009-02-111-8/+22
|\
| * mod_muc: Room historyWaqas Hussain2009-02-111-2/+20
| * Changed mod_muc to work with changed component managerWaqas Hussain2009-02-111-6/+2
* | mod_bosh: Fix for 'invalid key to next' error when using BOSHMatthew Wild2009-02-091-0/+1
* | Remove redundant logging and debug printing from mod_boshMatthew Wild2009-02-091-5/+3
|/
* mod_bosh: No need to tostring() uuids nowMatthew Wild2009-02-011-1/+1
* Update copyright notices for 2009Matthew Wild2009-01-3015-30/+30
* 0.2->0.3Matthew Wild2009-01-3015-16/+16
* GPL->MIT!Matthew Wild2009-01-3015-195/+30
* mod_muc: Add 'nick' to unavailable presence of nick changes. Thanks to Asteri...Matthew Wild2009-01-291-7/+12
* mod_muc: Convert to unix line endingsMatthew Wild2009-01-291-295/+295
* mod_muc: Add support for being a componentMatthew Wild2009-01-291-3/+12
* mod_console: Make globalMatthew Wild2009-01-161-181/+181
* mod_posix: logging fixMatthew Wild2009-01-161-1/+1
* Fix for pposix version detectionMatthew Wild2009-01-161-2/+2
* mod_posix: Check version of pposixMatthew Wild2009-01-161-0/+4
* Replacing pretty_print() with top_tag() for loggingMatthew Wild2009-01-161-1/+1
* Fix invalid loglevels in mod_saslauthMatthew Wild2009-01-161-3/+3
* mod_posix/pposix: Fix reporting of incorrect PID on daemonization. Log correc...Matthew Wild2009-01-151-2/+12
* mod_posix: Support for logging to syslog (log = 'syslog' in config)Matthew Wild2009-01-151-1/+11
* mod_console: Added module:reloadWaqas Hussain2009-01-131-9/+18
* mod_muc: Added unload, save and restore callbacks to allow reloading code whi...Waqas Hussain2009-01-131-2/+8
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2009-01-134-17/+190
|\