aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * mod_bosh: Put dummy authid in session creation response to keep JSJaC happyMatthew Wild2009-04-231-1/+1
| * mod_bosh: Add log message for clients connecting to unknown hostMatthew Wild2009-04-231-0/+1
| * mod_bosh: Fix nil indexing when client connects to unknown hostMatthew Wild2009-04-231-1/+1
| * mod_posix: Remove some debug coooooooooodeMatthew Wild2009-04-221-1/+0
* | mod_presence: Fix for local presence subscriptions and probesWaqas Hussain2009-04-231-0/+14
* | mod_*: Fix a load of global accessesMatthew Wild2009-04-2210-22/+38
* | Merge with 0.4.1Matthew Wild2009-04-221-37/+31
|\|
| * mod_posix: Integrate with loggingmanager, register syslog sink, remove redund...Matthew Wild2009-04-221-36/+15
| * mod_posix: Remove pidfile on exitMatthew Wild2009-04-221-1/+16
* | mod_presence: Remove some rather drastic debugging codeWaqas Hussain2009-04-221-1/+0
* | mod_presence: Fix incorrect internal routing for probes and subscriptionsWaqas Hussain2009-04-211-2/+3
* | Stopped using presencemanager in stanza_routerWaqas Hussain2009-04-151-3/+1
* | mod_presence: initial commitWaqas Hussain2009-04-151-0/+267
|/
* mod_debug: Set default interface to 127.0.0.1Matthew Wild2009-04-121-1/+1
* mod_posix: Allow logging and pidfile options to take effect without needing t...Matthew Wild2009-04-121-45/+72
* mod_component: Deregister component on disconnectMatthew Wild2009-04-111-3/+4
* mod_component: Update for new net_activate_portsMatthew Wild2009-04-101-1/+1
* mod_debug: Run on a different port, and use a different listener to mod_consoleMatthew Wild2009-04-081-2/+3
* mod_muc: Fix malformed presence stanzas (thanks elmex)Matthew Wild2009-04-081-1/+1
* sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...Matthew Wild2009-04-051-0/+2
* mod_bosh: Fix to correctly timeout idle sessionsMatthew Wild2009-03-311-1/+1
* mod_debug: Some updatesMatthew Wild2009-03-311-17/+21
* mod_debug: New debug module (a simplified mod_console, with raw Lua access to...Matthew Wild2009-03-311-0/+186
* Fixed: Some nil access bugsWaqas Hussain2009-03-301-1/+1
* Added: MUC: Room invitesWaqas Hussain2009-03-301-0/+10
* Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an excl...Waqas Hussain2009-03-301-2/+11