util.helpers: New util library to aid with debugging, etc.
|
Matthew Wild |
Sun, 12 Jul 2009 02:07:14 +0100 |
prosody: Call initialisation functions at once
|
Matthew Wild |
Sat, 11 Jul 2009 18:06:03 +0100 |
prosody: Start of refactoring of main file
|
Matthew Wild |
Sat, 11 Jul 2009 17:55:36 +0100 |
util.pubsub -> util.broadcast
|
Matthew Wild |
Sat, 11 Jul 2009 15:16:18 +0100 |
prosody.cfg.lua: Various small changes
|
Matthew Wild |
Fri, 10 Jul 2009 16:47:31 +0100 |
prosody.cfg.lua.dist: Move enabled line higher up (people including myself often miss it)
|
Matthew Wild |
Fri, 10 Jul 2009 16:39:50 +0100 |
prosody.cfg.lua.dist: Add auto-loaded modules to the config
|
Matthew Wild |
Fri, 10 Jul 2009 16:38:35 +0100 |
mod_uptime: Fix bad uptime if module is loaded at startup
|
Matthew Wild |
Fri, 10 Jul 2009 15:33:53 +0100 |
Remove version number from copyright headers
|
Matthew Wild |
Fri, 10 Jul 2009 03:11:45 +0100 |
Add copyright header to those files missing one
|
Matthew Wild |
Fri, 10 Jul 2009 03:08:38 +0100 |
stanza_router: Catch and log an error case which I don't think should happen (but sometimes seems to)
|
Matthew Wild |
Fri, 10 Jul 2009 02:50:57 +0100 |
Remove completed items from TODO
|
Matthew Wild |
Fri, 10 Jul 2009 02:38:50 +0100 |
util.pubsub: Fix undefined global accesses
|
Matthew Wild |
Fri, 10 Jul 2009 02:28:24 +0100 |
util.sasl: Convert spaces to tabs
|
Matthew Wild |
Fri, 10 Jul 2009 02:26:43 +0100 |
util.stanza: Convert spaces to tabs
|
Matthew Wild |
Fri, 10 Jul 2009 02:25:14 +0100 |
util.hmac: Convert spaces to tabs
|
Matthew Wild |
Fri, 10 Jul 2009 02:19:51 +0100 |
util.prosodyctl: Fix undefined global access
|
Matthew Wild |
Fri, 10 Jul 2009 02:16:52 +0100 |
eventmanager: Convert from Windows line endings
|
Matthew Wild |
Fri, 10 Jul 2009 02:11:00 +0100 |
mod_time Convert from Windows line endings
|
Matthew Wild |
Thu, 09 Jul 2009 23:06:41 +0100 |
discomanager: Convert from Windows line endings
|
Matthew Wild |
Thu, 09 Jul 2009 23:06:11 +0100 |
mod_ping: Convert from Windows line endings
|
Matthew Wild |
Thu, 09 Jul 2009 23:01:13 +0100 |
mod_disco: Convert from Windows line endings
|
Matthew Wild |
Thu, 09 Jul 2009 23:00:32 +0100 |
util.discohelper: Convert from Windows line endings
|
Matthew Wild |
Thu, 09 Jul 2009 23:00:01 +0100 |
mod_presence: Convert from Windows line endings
|
Matthew Wild |
Thu, 09 Jul 2009 22:57:59 +0100 |
util.events: Convert from Windows line endings
|
Matthew Wild |
Thu, 09 Jul 2009 22:57:32 +0100 |
mod_console: Expose commands and environment table
|
Matthew Wild |
Thu, 09 Jul 2009 14:41:56 +0100 |
modulemanager: Small code improvement, move autoloaded modules list to the top of the file
|
Matthew Wild |
Thu, 09 Jul 2009 14:37:04 +0100 |
configmanager, modulemanager: Allow components to have modules specified in the config (but don't load the global set of modules for them)
|
Matthew Wild |
Thu, 09 Jul 2009 14:34:49 +0100 |
mod_console: Add quit and exit as aliases for 'bye' command
|
Matthew Wild |
Thu, 09 Jul 2009 04:37:08 +0100 |
mod_console: Check for commands when not executing in the global environment
|
Matthew Wild |
Thu, 09 Jul 2009 04:34:55 +0100 |