aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* mod_message: Initial commitWaqas Hussain2009-05-301-0/+41
* mod_tls: Add <required/> to stream feature when TLS is requiredMatthew Wild2009-05-291-1/+9
* mod_legacyauth: Hide stream feature when secure auth is enabled, and session ...Matthew Wild2009-05-291-1/+6
* mod_saslauth: Don't offer bind/session when they aren't authenticated yet :) ...Matthew Wild2009-05-291-1/+4
* mod_saslauth, mod_legacyauth: Deny logins to unsecure sessions when require_e...Matthew Wild2009-05-292-1/+11
* sessionmanager, mod_tls: Mark a session as secure when TLS is activeMatthew Wild2009-05-291-0/+1
* mod_presence: Lower some log levels to their correct valuesMatthew Wild2009-05-281-2/+2
* mod_presence: Use logger supplied by modulemanagerMatthew Wild2009-05-281-3/+1
* mod_presence: Leave alone the from attribute of session.presence. Big thanks ...Matthew Wild2009-05-281-2/+0
* mod_watchregistrations: admin -> adminsMatthew Wild2009-05-271-1/+1
* mod_watchregistrations: New plugin to send a message to admins when a new use...Matthew Wild2009-05-261-0/+25
* mod_roster: Add some comments for the error cases to improve readabilityMatthew Wild2009-05-261-0/+6
* mod_roster: Don't send a query element in roster response if roster is unchangedMatthew Wild2009-05-261-2/+2
* mod_register: Attach session to user-registered and user-deregistered eventsMatthew Wild2009-05-211-2/+3
* Merge with 0.4Matthew Wild2009-05-191-2/+4
|\
| * mod_saslauth: Fix logic error which prevented SASL ANONYMOUS from workingMatthew Wild2009-05-181-2/+4
* | mod_welcome: New plugin to welcome users who register on the serverMatthew Wild2009-05-191-0/+23
* | mod_register: Fire events and log on account creation/deletionMatthew Wild2009-05-191-0/+5
* | mod_presence: Added a FIXME comment about directed presenceWaqas Hussain2009-05-151-1/+1
* | mod_presence: return true from the presence handlerWaqas Hussain2009-05-151-0/+1
* | mod_muc: commented connection replace detection code because google keeps res...Waqas Hussain2009-05-081-6/+6
* | mod_muc: s/broadcast_history/send_history/ - since the cast isn't broadWaqas Hussain2009-05-081-2/+2
* | mod_muc: Extracted sending of occupant list into its own functionWaqas Hussain2009-05-081-12/+16
* | mod_muc: Extracted history broadcast into its own functionWaqas Hussain2009-05-081-11/+14
* | mod_pep: Initial commit (extremely basic implementation)Waqas Hussain2009-05-081-0/+48
* | mod_roster: Advertize roster versioning supportWaqas Hussain2009-05-081-0/+8
* | Merge with 0.4Matthew Wild2009-05-051-7/+9
|\|
| * mod_posix: Reload the config and reopen log files on SIGHUPMatthew Wild2009-05-051-7/+9
* | Merge with 0.4Matthew Wild2009-05-042-154/+11
|\|
| * mod_bosh: Give BOSH sessions a logger (thanks Florob)Matthew Wild2009-05-041-2/+5
| * mod_component: Vastly reduce the code, having split most of it to where it sh...Matthew Wild2009-05-041-152/+6
* | Merge with 0.4Matthew Wild2009-05-031-0/+9
|\|
| * mod_posix: Don't let the server run as root without the magic run_as_root in ...Matthew Wild2009-05-021-0/+9
* | Merge with 0.4Matthew Wild2009-05-021-0/+58
|\|
| * mod_console: Add s2s:show() command to list s2s connectionsMatthew Wild2009-05-021-0/+58
* | Merge with 0.4Matthew Wild2009-04-302-16/+21
|\|
| * mod_dialback: Miscellaneous logging improvements, changing levels, improving ...Matthew Wild2009-04-301-5/+5
| * mod_saslauth: Remove 2 instances of raising errors and replacing with more gr...Matthew Wild2009-04-301-2/+7
| * mod_saslauth: Various logging fixesMatthew Wild2009-04-301-6/+6
| * mod_saslauth: Use module logger instead of creating a new oneMatthew Wild2009-04-301-1/+1
| * mod_dialback: Use module logger instead of creating a new oneMatthew Wild2009-04-301-2/+2
| * mod_*: Fix many unnecessary global accesses in modules (already committed to ...Matthew Wild2009-04-298-10/+25
| * mod_posix: Fix calls to log() (replace with module:log) and make some global ...Matthew Wild2009-04-231-11/+11
| * mod_posix: Fix for removing the pidfile on exitMatthew Wild2009-04-231-1/+1
| * mod_muc: The default component name is now 'Chatrooms'Waqas Hussain2009-04-241-1/+1
| * mod_muc: The default room name is the room nodeWaqas Hussain2009-04-241-0/+1
* | mod_presence: Broadcast a user's presence to only the user's 'available' reso...Waqas Hussain2009-04-241-1/+1
* | mod_muc: The default component name is now 'Chatrooms'Waqas Hussain2009-04-241-1/+1
* | mod_muc: The default room name is the room nodeWaqas Hussain2009-04-241-0/+1
* | Merge with 0.4 branchMatthew Wild2009-04-232-3/+3
|\|