Commit Graph

257 Commits (b35bf3760e750fa55ea3ad5d4e97c59ba2eda9a1)

Author SHA1 Message Date
Waqas Hussain 89fb8fa9f7 mod_muc: commented connection replace detection code because google keeps resendng directed presence 17 years ago
Waqas Hussain 3f6a1b347f mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad 17 years ago
Waqas Hussain a747c4ddf2 mod_muc: Extracted sending of occupant list into its own function 17 years ago
Waqas Hussain 684562c67d mod_muc: Extracted history broadcast into its own function 17 years ago
Waqas Hussain 3120084a39 mod_pep: Initial commit (extremely basic implementation) 17 years ago
Waqas Hussain 6221ed58af mod_roster: Advertize roster versioning support 17 years ago
Matthew Wild a4afb37265 mod_posix: Reload the config and reopen log files on SIGHUP 17 years ago
Matthew Wild a073502b27 mod_posix: Don't let the server run as root without the magic run_as_root in config 17 years ago
Matthew Wild ce1be686ab mod_console: Add s2s:show() command to list s2s connections 17 years ago
Matthew Wild 26e6087e32 mod_dialback: Miscellaneous logging improvements, changing levels, improving messages and using session loggers where possible 17 years ago
Matthew Wild 5095f23e5d mod_saslauth: Remove 2 instances of raising errors and replacing with more graceful handling 17 years ago
Matthew Wild a2b3659dd8 mod_saslauth: Various logging fixes 17 years ago
Matthew Wild b29f3b94b8 mod_saslauth: Use module logger instead of creating a new one 17 years ago
Matthew Wild daf13d7b6b mod_dialback: Use module logger instead of creating a new one 17 years ago
Matthew Wild e241b85a56 mod_*: Fix many unnecessary global accesses in modules (already committed to main repo) 17 years ago
Matthew Wild e30b37c424 mod_posix: Fix calls to log() (replace with module:log) and make some global accesses explicit 17 years ago
Matthew Wild 580571ef6a mod_posix: Fix for removing the pidfile on exit 17 years ago
Waqas Hussain 3ab59e41d3 mod_presence: Broadcast a user's presence to only the user's 'available' resources 17 years ago
Waqas Hussain 9475023446 mod_muc: The default component name is now 'Chatrooms' 17 years ago
Waqas Hussain 80b83b928e mod_muc: The default component name is now 'Chatrooms' 17 years ago
Waqas Hussain 5bffff6d27 mod_muc: The default room name is the room node 17 years ago
Waqas Hussain 491e998884 mod_muc: The default room name is the room node 17 years ago
Matthew Wild 28ae0dd2a9 mod_bosh: Put dummy authid in session creation response to keep JSJaC happy 17 years ago
Matthew Wild 7b9daba98a mod_bosh: Add log message for clients connecting to unknown host 17 years ago
Matthew Wild 850e8c18b0 mod_bosh: Fix nil indexing when client connects to unknown host 17 years ago
Waqas Hussain 2914bea954 mod_presence: Fix for local presence subscriptions and probes 17 years ago
Matthew Wild d80095a3d3 mod_posix: Remove some debug coooooooooode 17 years ago
Matthew Wild ca9a9eb85e mod_*: Fix a load of global accesses 17 years ago
Matthew Wild 42d08e3e93 mod_bosh: Give BOSH sessions a logger (thanks Florob) 17 years ago
Matthew Wild 504822ae14 mod_component: Vastly reduce the code, having split most of it to where it should be, xmppcomponent_listener 17 years ago
Matthew Wild fc2a415984 mod_posix: Integrate with loggingmanager, register syslog sink, remove redundant logging code 17 years ago
Matthew Wild ca533fa608 mod_posix: Remove pidfile on exit 17 years ago
Waqas Hussain a4889cee50 mod_presence: Remove some rather drastic debugging code 17 years ago
Waqas Hussain ea626fdf64 mod_presence: Fix incorrect internal routing for probes and subscriptions 17 years ago
Waqas Hussain 85faabc6f4 Stopped using presencemanager in stanza_router 17 years ago
Waqas Hussain 6857f81a91 mod_presence: initial commit 17 years ago
Matthew Wild 55adc40b43 mod_debug: Set default interface to 127.0.0.1 17 years ago
Matthew Wild 8a5a7e3e62 mod_posix: Allow logging and pidfile options to take effect without needing to daemonize. Add the ability to catch SIGTERM. 17 years ago
Matthew Wild 0ddf0a3232 mod_component: Deregister component on disconnect 17 years ago
Matthew Wild b0107266fc mod_component: Update for new net_activate_ports 17 years ago
Matthew Wild 5a74e32109 mod_debug: Run on a different port, and use a different listener to mod_console 17 years ago
Matthew Wild edd59b5d38 mod_muc: Fix malformed presence stanzas (thanks elmex) 17 years ago
Matthew Wild a27b839551 sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when client closes stream 17 years ago
Matthew Wild be7514d447 mod_bosh: Fix to correctly timeout idle sessions 17 years ago
Matthew Wild 4511f645fa mod_debug: Some updates 17 years ago
Matthew Wild e9774621da mod_debug: New debug module (a simplified mod_console, with raw Lua access to a running Prosody's internals) 17 years ago
Waqas Hussain 2365831f7d Fixed: Some nil access bugs 17 years ago
Waqas Hussain 1de71a88b9 Added: MUC: Room invites 17 years ago
Waqas Hussain 178fbe509c Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies. 17 years ago
Waqas Hussain e48219e159 Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login" 17 years ago