aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | to hosts we don't serve
* Change default maximum inactivity period to 60s from 30sMatthew Wild2009-01-091-1/+1
|
* Numerous BOSH improvements... handle client disconnects, either explicit or ↵Matthew Wild2009-01-091-14/+47
| | | | implicit through inactivity; allow specifying BOSH default parameters through config; fix to prevent prematurely closing request connections in some cases, before they were replied to
* 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
| | | | character after every response
* mod_muc: Room subjects stored, and room persistence code in place. First ↵Waqas Hussain2008-12-311-3/+59
| | | | user now the owner.
* 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 ↵Matthew Wild2008-12-131-19/+49
| | | | helping me test :)
* 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
| | | | TLS connections
* Fix the last couple of places where we send strings from mod_dialbackMatthew Wild2008-12-051-4/+4
|
* Remove an incorrect line which I didn't add, and fix the proper way. ↵Matthew Wild2008-12-051-3/+4
| | | | Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings.
* Changed the datastore for vCards from vCard to vcard in mod_vcard and ↵Waqas Hussain2008-12-052-6/+6
| | | | mod_register
* Change modules to use the new add_feature module API method.Waqas Hussain2008-12-0410-12/+12
| | | | This also fixes the bug causing disco features being added to every disco reply for every host.
* Fix for handling latin1 encoded hostnames in SASLWaqas Hussain2008-12-031-2/+2
|
* Insert copyright/license headersMatthew Wild2008-12-0315-0/+300
|
* lxmppd -> ProsodyMatthew Wild2008-12-031-2/+2
|
* Load prosody instead of main.lia in mod_consoleWaqas Hussain2008-11-291-1/+1
|
* Merge from waqasMatthew Wild2008-11-271-2/+3
|\
| * Completely switched to new hashes library from the old md5 libraryWaqas Hussain2008-11-281-1/+2
| |
| * Stopped using the lbase64 libraryWaqas Hussain2008-11-281-1/+1
| |
* | Add module:unload() to mod_console, and allow module:load() to take config paramMatthew Wild2008-11-271-2/+11
| |
* | Some mod_console updatesMatthew Wild2008-11-271-3/+20
|/
* Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵Matthew Wild2008-11-2714-30/+30
| | | | though some more changes may be in store.
* Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtmlMatthew Wild2008-11-261-1/+1
|
* Yes, we don't put these things in here, we put them in here.Matthew Wild2008-11-261-0/+11
|
* Changed format for XEP-0090 to the legacy formatWaqas Hussain2008-11-261-1/+2
|
* Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: ↵Waqas Hussain2008-11-261-0/+28
| | | | Entity Time] (deprecated)
* Modules now sending disco repliesWaqas Hussain2008-11-268-2/+17
|
* Some mod_console changesMatthew Wild2008-11-251-13/+38
|
* Merge from waqasMatthew Wild2008-11-232-1/+37
|\
| * Added mod_discoWaqas Hussain2008-11-231-0/+9
| |
| * Account deletion supportWaqas Hussain2008-11-231-1/+28
| |