aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * BOSH: Allow BOSH servers to be configured through config fileMatthew Wild2009-01-131-1/+13
| * mod_actions_http: Show tables as 'list'sMatthew Wild2009-01-121-0/+2
| * Add mod_actions_http for executing actions through HTTPMatthew Wild2009-01-121-0/+76
| * mod_httpserver: Add require 'net.httpserver'Matthew Wild2009-01-121-0/+2
| * BOSH: Make previous fix a bit more efficientMatthew Wild2009-01-121-1/+1
| * BOSH: Fix for error when closed session was in inactive_sessions listMatthew Wild2009-01-121-4/+8
| * Add option to in-band registration to allow only whitelisted IPs to registerMatthew Wild2009-01-111-1/+2
| * Added rate limiting to in-band registration, and added IP [black/white]listsMatthew Wild2009-01-111-0/+29
| * Implement session:close() for BOSH, and add checking for attempts to connect ...Matthew Wild2009-01-091-10/+24
| * Change default maximum inactivity period to 60s from 30sMatthew Wild2009-01-091-1/+1
| * Numerous BOSH improvements... handle client disconnects, either explicit or i...Matthew Wild2009-01-091-14/+47
* | mod_muc: deregister component on unloadWaqas Hussain2009-01-131-0/+6
* | mod_saslauth, mod_tls: minor code cleanupWaqas Hussain2009-01-132-25/+18
* | mod_version: Removed and rearranged some codeWaqas Hussain2009-01-131-7/+2
|/
* mod_muc: Room subject should be sent only the newly joined occupantWaqas Hussain2009-01-031-1/+1
* mod_console: replace all \n with \r\n in the output, and send \0 as a marker ...Waqas Hussain2009-01-031-40/+42
* mod_muc: Room subjects stored, and room persistence code in place. First user...Waqas Hussain2008-12-311-3/+59
* Initial mod_muc: XEP-0045: Multi-User ChatWaqas Hussain2008-12-311-0/+218
* Add allow_registration option to disable account registrationMatthew Wild2008-12-291-1/+4
* Remove some old debugging code from mod_boshMatthew Wild2008-12-271-7/+2
* Destroy session on failed dialback instead of throwing an errorMatthew Wild2008-12-251-2/+2
* Initial mod_bosh, works, kind of, but quite incompleteMatthew Wild2008-12-221-0/+211
* Add initial mod_httpserver for serving static contentMatthew Wild2008-12-221-0/+20
* Remove a FIXME from mod_tlsMatthew Wild2008-12-151-2/+0
* Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for h...Matthew Wild2008-12-131-19/+49
* 0.1 -> 0.2Matthew Wild2008-12-1015-16/+16
* Changed mod_roster to use the newer presence manager APIWaqas Hussain2008-12-081-5/+6
* Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-071-3/+1
|\
| * Automated merge with http://waqas.ath.cx:8000/Matthew Wild2008-12-071-3/+1
| |\
| | * Small logging adjustment for mod_posixMatthew Wild2008-12-071-3/+1
* | | Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit)Waqas Hussain2008-12-081-4/+3
|/ /
* / Latin1 support for SASL DIGEST-MD5 (initial commit)Waqas Hussain2008-12-071-2/+7
|/
* Add mod_posix, fixes #5Matthew Wild2008-12-061-0/+50
* Backed out changeset 099d8a102deb (committed too much)Matthew Wild2008-12-052-7/+3
* Add TLS socket to readlist before handshake starts, fixes major slow-down on ...Matthew Wild2008-12-052-3/+7