Commit Graph

2966 Commits (41d45e0c64b94de227f048d5f376699dd6041735)
 

Author SHA1 Message Date
Matthew Wild fb803e1408 s2smanager: Remove the infamous 'as per RFC' log message entirely (it happens too often to be useful) 16 years ago
Waqas Hussain 2980a625ea mod_compression: Improved and lowered log level of some logged messages. 16 years ago
Waqas Hussain b3aafb2c90 mod_compression: Return <setup-failed/> instead of <unsupported-method/> where applicable. 16 years ago
Waqas Hussain a4d78f333f mod_compression: More robust stanza processing. 16 years ago
Waqas Hussain b01e95ae14 mod_compression: Don't succeed after indicating a failure. 16 years ago
Waqas Hussain 84ece3aca6 mod_compression: Don't tell client compression succeeded when it didn't. 16 years ago
Waqas Hussain cf224cd1a1 mod_compression: Fixed various possible tracebacks in logging. 16 years ago
Matthew Wild 8862e1b27e Merge 0.6.2/waqas with 0.6.2/MattJ 16 years ago
Waqas Hussain 5d9b9b6b30 stanza_router: Don't send error replies for stanzas of type 'error' and 'result' on unbound authenticated connections. 16 years ago
Waqas Hussain 836da37747 stanza_router: Allow non-jabber:client elements after auth, before bind. 16 years ago
Matthew Wild 87ff54c752 s2smanager: Use s2smanager log() if session doesn't have a logger (thanks Flo) 16 years ago
Matthew Wild eda3ad3326 net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us 16 years ago
Waqas Hussain fdcf472ada mod_presence: Added config option 'bare_message_delivery_policy'. Allowed values are 'priority' (default) and 'broadcast'. 16 years ago
Waqas Hussain a58fef84ce mod_presence: Reflect the user's own presence back to them. 16 years ago
Waqas Hussain 93d80250eb mod_saslauth: Warn and fallback gracefully when Cyrus SASL is requested, but missing. 16 years ago
Matthew Wild 673df8d1d2 net.server_event: Fire onincoming() callback for new connections as opposed to the new onconnect() - let's change this for a future version though 16 years ago
Matthew Wild c4b8c99616 configmanager: Remove debugging code accidentally committed 16 years ago
Matthew Wild 606d78db9c net.server_event: Fix another instance of creating an SSL context - certmanager now does this 16 years ago
Matthew Wild e7b5d8c9c1 net.server_event: Fix traceback in creating SSL context 16 years ago
Matthew Wild 97a4cee885 configmanager: Error when a component and host clash hostnames 16 years ago
Waqas Hussain b4b0f22159 mod_tls: Ban TLS after auth, not before. 16 years ago
Waqas Hussain 3ca0b28b54 mod_tls: Fixed traceback during S2S TLS (nil global access). 16 years ago
Matthew Wild 88c9871069 mod_saslauth: Don't print raw SASL data to avoid logging passwords unnecessarily 16 years ago
Matthew Wild dfab166079 prosody: More accurate friendly error message in the event that creating the global SSL context fails 16 years ago
Matthew Wild c311d42f9b prosody: Use certmanager to create the global SSL context 16 years ago
Matthew Wild bb996f5317 Merge with 0.7 16 years ago
Matthew Wild f6063e31eb certmanager: Bring back the friendly errors when failing to load the key/certificate file 16 years ago
Matthew Wild 9d36af9159 componentmanager: Use certmanager for creating contexts 16 years ago
Matthew Wild cec65108c9 certmanager, hostmanager: Rename get_context() to create_context() to be more explicit about what it does 16 years ago
Matthew Wild 2cdf73b6c3 Merge with backout 16 years ago
Matthew Wild 942fd3d965 Backed out changeset cb1f9266130b: better way to achieve this to be committed Real Soon Now. 16 years ago
Matthew Wild 8d64ab2d1f mod_tls: Refactor to simplify detection of whether we can do TLS on a connection 16 years ago
Waqas Hussain a66f328e17 stanza_router: Fire /self events for stanzas users send to their own bare JID. 16 years ago
Matthew Wild f7573ef4ff mod_tls: Don't offer TLS on hosts that don't have any certs 16 years ago
Matthew Wild fee6a443f9 sessionmanager, s2smanager: Fix for syntax of null_data_handler() (thanks Nolan) 16 years ago
Matthew Wild a76e149c1c sessionmanager, s2smanager: Give sessions dummy data handlers that log when data is received by a destroyed session 16 years ago
Matthew Wild d6548d9810 net.dns: Normalize records before placing them in the cache, fixes issues with CNAME targets in CAPS (fixes #161) 16 years ago
Matthew Wild 706c63594e net.dns: Update for new socket API 16 years ago
Matthew Wild c7a61c42ae hostmanager: Small optimisation in checking whether a host is enabled 16 years ago
Matthew Wild 6014843e31 hostmanager: Log an error if no hosts are defined 16 years ago
Matthew Wild 4f0a93132b mod_privacy: Remove the non-working sendNeededUnavailablePresences() and the related commented code 16 years ago
Matthew Wild b683aef208 mod_privacy: Fix to correctly iterate over lists stored in new format 16 years ago
Matthew Wild c68c3797aa mod_privacy: Upgrade old privacy lists to new storage format, so they don't get lost 16 years ago
Waqas Hussain 1445574fd3 s2smanager, mod_compression, mod_tls: Changed event.session to event.origin for s2s-stream-features event for consistency. 16 years ago
Waqas Hussain 98da041401 mod_saslauth: Hook stream-features event using new events API. 16 years ago
Waqas Hussain 025cbd545c mod_roster: Hook stream-features event using new events API. 16 years ago
Waqas Hussain afea5e0f46 mod_legacyauth: Hook stream-features event using new events API. 16 years ago
Waqas Hussain 2d89cb62a3 mod_compression: Hook stream-features event using new events API. 16 years ago
Waqas Hussain ffc968aae4 mod_bosh: Fire stream-features event using new events API. 16 years ago
Waqas Hussain 4233a8ccf5 mod_tls: Hook stream-features event using new events API. 16 years ago