Commit Graph

128 Commits (8b979ccaf40ae38dbeaa5e7a4edb2e6d760fdffa)

Author SHA1 Message Date
Matthew Wild 8b979ccaf4 BOSH: Allow BOSH servers to be configured through config file 17 years ago
Matthew Wild 393b738588 mod_actions_http: Show tables as 'list's 17 years ago
Matthew Wild 1980849de0 Add mod_actions_http for executing actions through HTTP 17 years ago
Matthew Wild 05fe5fb8ff mod_httpserver: Add require 'net.httpserver' 17 years ago
Matthew Wild 7583e84ee1 BOSH: Make previous fix a bit more efficient 17 years ago
Matthew Wild f5412a5f91 BOSH: Fix for error when closed session was in inactive_sessions list 17 years ago
Matthew Wild 7381cd9804 Add option to in-band registration to allow only whitelisted IPs to register 17 years ago
Matthew Wild 7bd422b388 Added rate limiting to in-band registration, and added IP [black/white]lists 17 years ago
Matthew Wild bd17ed3f7d Implement session:close() for BOSH, and add checking for attempts to connect to hosts we don't serve 17 years ago
Matthew Wild bc31c214d8 Change default maximum inactivity period to 60s from 30s 17 years ago
Matthew Wild fb680dde0c Numerous BOSH improvements... handle client disconnects, either explicit or 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 17 years ago
Waqas Hussain 430276629f mod_muc: Room subject should be sent only the newly joined occupant 17 years ago
Waqas Hussain 65877cc124 mod_console: replace all \n with \r\n in the output, and send \0 as a marker character after every response 17 years ago
Waqas Hussain 6ef4323a0d mod_muc: Room subjects stored, and room persistence code in place. First user now the owner. 17 years ago
Waqas Hussain 05906a2106 Initial mod_muc: XEP-0045: Multi-User Chat 17 years ago
Matthew Wild ec14708723 Add allow_registration option to disable account registration 17 years ago
Matthew Wild af47bf1b39 Remove some old debugging code from mod_bosh 17 years ago
Matthew Wild 2c5c164889 Destroy session on failed dialback instead of throwing an error 17 years ago
Matthew Wild e0cb7cec73 Initial mod_bosh, works, kind of, but quite incomplete 17 years ago
Matthew Wild 8ef6e94079 Add initial mod_httpserver for serving static content 17 years ago
Matthew Wild b1bf7f567a Remove a FIXME from mod_tls 17 years ago
Matthew Wild 2e83fd69f7 Add support for dialback piggy-backing. Fixes #37. Thanks to CShadowRun for helping me test :) 17 years ago
Matthew Wild d3ad4a5123 0.1 -> 0.2 17 years ago
Waqas Hussain df217cc0f1 Changed mod_roster to use the newer presence manager API 17 years ago
Waqas Hussain 2e6fcdb2d0 Latin1 support for SASL DIGEST-MD5 (second, and possibly final commit) 17 years ago
Waqas Hussain 0595c7a86c Latin1 support for SASL DIGEST-MD5 (initial commit) 17 years ago
Matthew Wild 8d26c23a92 Small logging adjustment for mod_posix 17 years ago
Matthew Wild c67ce2d2e1 Add mod_posix, fixes #5 17 years ago
Matthew Wild c016526d9d Backed out changeset 099d8a102deb (committed too much) 17 years ago
Matthew Wild 0d2b952b61 Add TLS socket to readlist before handshake starts, fixes major slow-down on TLS connections 17 years ago
Matthew Wild c92d90f3f5 Fix the last couple of places where we send strings from mod_dialback 17 years ago
Matthew Wild 7c9f4818c3 Remove an incorrect line which I didn't add, and fix the proper way. Corrects the sending of stanzas over unauthed s2sout's. Also fixes mod_dialback to send stanzas and not strings. 17 years ago
Waqas Hussain 8ee9223d6a Changed the datastore for vCards from vCard to vcard in mod_vcard and mod_register 17 years ago
Waqas Hussain 2d2414f199 Change modules to use the new add_feature module API method. 17 years ago
Waqas Hussain 7ec231373f Fix for handling latin1 encoded hostnames in SASL 17 years ago
Matthew Wild 0c5cc83112 Insert copyright/license headers 17 years ago
Matthew Wild dde71f5941 lxmppd -> Prosody 17 years ago
Waqas Hussain 86d586d667 Load prosody instead of main.lia in mod_console 17 years ago
Matthew Wild f588a0f5b0 Add module:unload() to mod_console, and allow module:load() to take config param 17 years ago
Waqas Hussain 631e249397 Completely switched to new hashes library from the old md5 library 17 years ago
Waqas Hussain 15153c947c Stopped using the lbase64 library 17 years ago
Matthew Wild 6953a3a15e Some mod_console updates 17 years ago
Matthew Wild a153b3c267 Bumper commit for the new modulemanager API \o/ Updates all the modules, though some more changes may be in store. 17 years ago
Matthew Wild c33ebb79fe Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtml 17 years ago
Matthew Wild af27107a9b Yes, we don't put these things in here, we put them in here. 17 years ago
Waqas Hussain c3404c96e2 Changed format for XEP-0090 to the legacy format 17 years ago
Waqas Hussain 5eafb3d324 Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: Entity Time] (deprecated) 17 years ago
Waqas Hussain f68d335729 Modules now sending disco replies 17 years ago
Matthew Wild f186939185 Some mod_console changes 17 years ago
Matthew Wild 63554918e9 Add initial mod_console 17 years ago