mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading.
|
Marco Cirillo |
Sun, 27 May 2012 01:34:53 +0000 |
mod_host_guard: removed s2smanager import.
|
Marco Cirillo |
Sat, 26 May 2012 22:48:03 +0000 |
mod_host_guard: removed calls to s2smanager and made the module not dependant on it.
|
Marco Cirillo |
Sat, 26 May 2012 22:45:46 +0000 |
mod_group_bookmarks: Log error when group_bookmarks_file not specified
|
Matthew Wild |
Sat, 26 May 2012 22:53:39 +0100 |
mod_stanza_counter_http: change the skipped get_option_array to get_option_string it was supposed to.
|
Marco Cirillo |
Sat, 26 May 2012 11:37:44 +0000 |
mod_websocket: Move frame handling into a separate function
|
Florian Zeitz |
Sat, 26 May 2012 03:09:09 +0200 |
mod_websocket: New mod_c2s based version, still WIP
|
Florian Zeitz |
Fri, 25 May 2012 17:20:41 +0200 |
mod_mam: Put name of store in a single variable
|
Kim Alvefur |
Thu, 24 May 2012 23:52:36 +0200 |
mod_mam: Remove unused local
|
Kim Alvefur |
Thu, 24 May 2012 23:02:46 +0200 |
mod_mam: Break when the message is more recent than the range requested
|
Kim Alvefur |
Thu, 24 May 2012 22:56:12 +0200 |
mod_mam: local tostring and some comments
|
Kim Alvefur |
Thu, 24 May 2012 22:37:14 +0200 |
mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag.
|
Thijs Alkemade |
Thu, 24 May 2012 22:29:17 +0200 |
mod_pubsub_feed: Rename to mod_pubsub_feeds
|
Kim Alvefur |
Wed, 23 May 2012 21:52:14 +0200 |
mod_data_access: Cleanup and update to new HTTP API
|
Kim Alvefur |
Mon, 21 May 2012 22:10:28 +0200 |
mod_pubsub_feed: Cleanup and update to new APIs in 0.9
|
Kim Alvefur |
Mon, 21 May 2012 21:30:51 +0200 |
mod_checkcerts: New module that logs a warning when your cert is about to expire.
|
Kim Alvefur |
Mon, 21 May 2012 17:02:15 +0200 |
mod_mam: Add the UID to the <result> when sending an archived message back.
|
Thijs Alkemade |
Mon, 21 May 2012 15:36:02 +0200 |
mod_auth_phpbb3: Optionally allow using PHPBB3 session ID as password ( sql = { sessionid_as_password = true, ... } ).
|
Waqas Hussain |
Wed, 16 May 2012 17:34:47 +0500 |
mod_carbons: Move creation of the carbon stanza out of the loop.
|
Kim Alvefur |
Sun, 06 May 2012 23:27:28 +0200 |
mod_admin_web: Utilize the shared module magic
|
Florian Zeitz |
Mon, 30 Apr 2012 17:25:09 +0200 |
mod_srvinjection: Use module:set_global()
|
Florian Zeitz |
Mon, 30 Apr 2012 16:45:06 +0200 |
mod_post_msg: Update to the new HTTP API
|
Kim Alvefur |
Mon, 30 Apr 2012 13:08:40 +0200 |
mod_register_json: same as previous ones, un-needeness.
|
Marco Cirillo |
Sun, 29 Apr 2012 20:43:40 +0000 |
mod_stanza_counter: remove module:set_global, with the default_host handler it's not required.
|
Marco Cirillo |
Sun, 29 Apr 2012 20:41:59 +0000 |
mod_server_status: remove module:set_global, with the default_host handler it's not required.
|
Marco Cirillo |
Sun, 29 Apr 2012 20:40:55 +0000 |
mod_server_status: for sure xml isn't json, passing json mime and viceversa isn't appropriate at all. *no no*
|
Marco Cirillo |
Sun, 29 Apr 2012 20:29:07 +0000 |
mod_server_status: fix code typo, get_option_array was used instead of get_option_string
|
Marco Cirillo |
Sun, 29 Apr 2012 20:18:45 +0000 |
mod_register_json: revert change, it's not needed (providing http provides https as well)
|
Marco Cirillo |
Sun, 29 Apr 2012 20:16:43 +0000 |