Sat, 20 Jun 2009 14:35:31 +0500 Waqas Hussain Main: Don't use empty event data objects for some global events. Some handlers don't expect it.
Sat, 20 Jun 2009 12:23:36 +0500 Waqas Hussain Main: removed some eventmanager references (replaced by prosody.events)
Sat, 20 Jun 2009 12:16:20 +0500 Waqas Hussain Fire global events using prosody.events
Sat, 20 Jun 2009 01:05:06 +0500 Waqas Hussain Merge with trunk
Sun, 14 Jun 2009 21:06:43 +0500 Waqas Hussain modulemanager: Removed unused function get_module_filename(name)
Sun, 14 Jun 2009 21:03:59 +0500 Waqas Hussain modulemanager: Changed to use util.pluginloader
Sun, 14 Jun 2009 21:01:30 +0500 Waqas Hussain util.pluginloader: Initial commit - a plugin resource loader
Sun, 14 Jun 2009 18:21:19 +0500 Waqas Hussain stanza_router: Remove unused variables
Sun, 14 Jun 2009 18:09:49 +0500 Waqas Hussain Removed core.presencemanager. This has been superseded by mod_presence.
Sun, 14 Jun 2009 18:02:02 +0500 Waqas Hussain stanza_router: Remove all traces of presencemanager
Sun, 14 Jun 2009 17:59:22 +0500 Waqas Hussain mod_roster: Removed references to presencemanager and core_route_stanza
Sun, 14 Jun 2009 17:58:16 +0500 Waqas Hussain mod_roster: Using core_post_stanza in place of core.presencemanager.handle_presence
Sun, 14 Jun 2009 17:41:21 +0500 Waqas Hussain util.muc: Relaxed top-level routing checks to allow node-less rooms, and removed redundant checks
Sun, 14 Jun 2009 17:33:22 +0500 Waqas Hussain util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID from full to bare, and marked it as a TODO
Sun, 14 Jun 2009 16:31:51 +0500 Waqas Hussain mod_muc: Don't reply with an error in response to unacceptable result stanzas
Sun, 14 Jun 2009 16:30:45 +0500 Waqas Hussain util.muc: Don't reply with an error in response to unacceptable result stanzas
Sun, 14 Jun 2009 16:28:01 +0500 Waqas Hussain util.muc: Fixed error occuring on room leave
Sun, 14 Jun 2009 14:28:20 +0500 Waqas Hussain stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanzas to remote hosts (fixes problem with sending from node@host components)
Fri, 19 Jun 2009 17:32:01 +0100 Matthew Wild Merge with waqas via albert!
Sat, 13 Jun 2009 00:07:16 +0500 Waqas Hussain modulemanager: Change the ideitity attribute typ to type
Fri, 19 Jun 2009 17:27:03 +0100 Matthew Wild s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown
Fri, 19 Jun 2009 17:23:17 +0100 Matthew Wild loggingmanager: Log timestamps when using default file logging
Fri, 19 Jun 2009 17:22:16 +0100 Matthew Wild loggingmanager: Enable debug level for default file logging when 'debug' mode is enabled in the config
Fri, 12 Jun 2009 15:43:24 +0100 Matthew Wild mod_console: Redirect print() to console session when executing commands in global environment
Fri, 12 Jun 2009 15:42:43 +0100 Matthew Wild mod_console: Fix syntax error
Fri, 12 Jun 2009 15:35:04 +0100 Matthew Wild mod_console: Add s2s:close() to close s2s sessions between two hosts
Fri, 12 Jun 2009 11:37:34 +0100 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Fri, 12 Jun 2009 15:33:41 +0500 Waqas Hussain mod_pep: Add pubsub#publsih disco feature to host
Fri, 12 Jun 2009 11:36:32 +0100 Matthew Wild mod_dialback: Change FIXME comment to COMPAT
Fri, 12 Jun 2009 11:21:25 +0100 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Fri, 12 Jun 2009 14:35:52 +0500 Waqas Hussain mod_pep: Add host identity pubsub/pep
Fri, 12 Jun 2009 14:32:32 +0500 Waqas Hussain modulemanager: Added function add_identity(category, type) to the modules API
Fri, 12 Jun 2009 13:46:31 +0500 Waqas Hussain Merge
Fri, 12 Jun 2009 13:06:41 +0500 Waqas Hussain mod_pep: Fix a nil index bug
Fri, 12 Jun 2009 11:21:11 +0100 Matthew Wild net.http: (Re-)add url[en|de]code functions
Mon, 08 Jun 2009 13:25:10 +0100 Matthew Wild modulemanager: Use module_name in log entry to fix 'error initialising module "nil"' error
Sun, 07 Jun 2009 17:44:48 +0100 Matthew Wild mod_message: Require stanza lib to prevent traceback on error replies
Sun, 07 Jun 2009 14:19:36 +0100 Matthew Wild Automated merge with http://waqas.ath.cx:8000/
Sun, 07 Jun 2009 18:06:01 +0500 Waqas Hussain mod_pep: Give the presence handler a higher than default priority
Sun, 07 Jun 2009 18:04:56 +0500 Waqas Hussain modulemanager: Allow setting a priority while adding an event handler via the module:hook API
Sun, 07 Jun 2009 18:04:08 +0500 Waqas Hussain mod_pep: Send items to contacts coming online
Sun, 07 Jun 2009 17:39:34 +0500 Waqas Hussain mod_pep: Fix undefined global access
Sat, 06 Jun 2009 18:22:29 +0500 Waqas Hussain mod_pep: Maintain user nodes for delayed delivery
Sat, 06 Jun 2009 21:29:34 +0100 Matthew Wild mod_console: Show total incoming/outgoing s2s connections
Sat, 06 Jun 2009 17:17:16 +0100 Matthew Wild modulemanager: Don't require xmlns to be non-nil
Sat, 06 Jun 2009 17:15:26 +0100 Matthew Wild modulemanager: module:log() -> self:log() fix
Sat, 06 Jun 2009 17:08:47 +0100 Matthew Wild modulemanager: Allow setting priority of stanza handlers
Sat, 06 Jun 2009 16:41:09 +0100 Matthew Wild modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza events
Fri, 05 Jun 2009 20:18:55 +0100 Matthew Wild mod_console: Allow running code in the global environment by prefixing with '>'
Fri, 05 Jun 2009 20:18:19 +0100 Matthew Wild mod_console: Some "improvements" to the useless server:reload() command :)
Fri, 05 Jun 2009 19:57:29 +0100 Matthew Wild mod_console: Much improved module load/unload/reload commands
Fri, 05 Jun 2009 13:34:21 +0100 Matthew Wild prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others)
Fri, 05 Jun 2009 01:58:40 +0100 Matthew Wild prosody: Prefix hg: to changeset ids in the version
Fri, 05 Jun 2009 01:27:41 +0100 Matthew Wild mod_version: Use version from prosody.version
Fri, 05 Jun 2009 01:27:18 +0100 Matthew Wild prosody: Read version from prosody.version file and set, er, prosody.version!
Fri, 05 Jun 2009 01:13:39 +0100 Matthew Wild Makefile: Experimental support for recording the version of an installed Prosody
Thu, 04 Jun 2009 21:25:05 +0500 Waqas Hussain modulemanager: Load mod_message, mod_iq and mod_presence implicitly
Thu, 04 Jun 2009 21:12:36 +0500 Waqas Hussain s2smanager: Use a UUID as the dialback secret
Thu, 04 Jun 2009 21:11:33 +0500 Waqas Hussain stanza_router: Remove unused s2s dialback functions
Thu, 04 Jun 2009 20:48:23 +0500 Waqas Hussain Merge with trunk
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip