Commit graph

949 commits

Author SHA1 Message Date
Matthew Wild
e08d78e0d8 Tagging VERSION 2009-03-31 20:15:33 +01:00
Matthew Wild
be7514d447 mod_bosh: Fix to correctly timeout idle sessions 2009-03-31 13:56:41 +01:00
Matthew Wild
4511f645fa mod_debug: Some updates 2009-03-31 04:34:41 +01:00
Matthew Wild
e619e613a3 core.componentmanager: Fix global set, causing problems with multiple components. Fixes #82. 2009-03-31 03:48:51 +01:00
Matthew Wild
e9774621da mod_debug: New debug module (a simplified mod_console, with raw Lua access to a running Prosody's internals) 2009-03-31 03:00:40 +01:00
Matthew Wild
e140c1930f Add lock_globals() and unlock_globals() functions (for when you really need to use globals) 2009-03-31 02:18:13 +01:00
Matthew Wild
c156b3935b Load util.array and util.iterator at startup 2009-03-31 02:17:11 +01:00
Matthew Wild
058336cefc Automated merge with ssh://hg@prosody.im/prosody-hg 2009-03-30 20:04:31 +01:00
Matthew Wild
27d6ab1bf5 Move SSL initialisation into the correct spot (thanks albert) 2009-03-30 20:04:11 +01:00
Waqas Hussain
1dce551e58 Added: componentmanager: Automatically add component.host.name to the disco items list of host.name 2009-03-30 06:07:21 +05:00
Waqas Hussain
2365831f7d Fixed: Some nil access bugs 2009-03-30 05:26:10 +05:00
Waqas Hussain
1de71a88b9 Added: MUC: Room invites 2009-03-30 04:39:12 +05:00
Waqas Hussain
1192c1a1f5 Added: util/events.lua: An event handling library 2009-03-30 03:58:59 +05:00
Waqas Hussain
178fbe509c Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an exclusive mechanism. Corrected advertised mechanisms and error replies. 2009-03-30 03:51:37 +05:00
Waqas Hussain
e48219e159 Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "anonymous_login" 2009-03-30 03:42:47 +05:00
Waqas Hussain
e8ddd3e182 Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login = true) 2009-03-30 03:23:23 +05:00
Waqas Hussain
703044ae39 Added: datamanager: Allow a callback to be installed which selectively prevents disk writes 2009-03-30 03:22:34 +05:00
Waqas Hussain
985a40227e Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of issue #57) 2009-03-30 03:06:01 +05:00
Waqas Hussain
3f5c2d0054 Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part of issue #57) 2009-03-30 03:03:06 +05:00
Waqas Hussain
d0380394a9 Fixed: modulemanager: IQs with extended elements in the default namespace could cause backtraces (related to issue #74) 2009-03-30 02:56:34 +05:00
Waqas Hussain
d7defcb1ef Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57) 2009-03-30 02:38:51 +05:00
Waqas Hussain
ada40203e9 Fixed: mod_register: Node prepping was not being applied to usernames (part of issue #57) 2009-03-30 02:30:06 +05:00
Waqas Hussain
042b822ab1 Fixed: mod_regster: traceback when removing accounts 2009-03-30 02:24:19 +05:00
Waqas Hussain
3570fb634c Fixed: rostermanager: Create new roster item if one doesn't exist on subscription approval (fixes issue #77) 2009-03-30 02:02:59 +05:00
Waqas Hussain
0f9fd252f6 Fixed: stanza_router: Respond with correct stanza error on malformed stanzas 2009-03-30 01:57:51 +05:00
Waqas Hussain
9357b3fc3e Fixed: net/http.lua: HTTP request callback wasn't being called on some errors 2009-03-30 01:55:56 +05:00
Matthew Wild
cb2b5ec86f util.array: Add :reverse() method 2009-03-29 13:50:59 +01:00
Matthew Wild
5ce49a3b6c util.datetime: Allow specifying a time to format 2009-03-29 02:14:32 +01:00
Matthew Wild
3ab003a514 util.array: Expose array.* functions, to be used for unwrapped arrays 2009-03-26 03:55:45 +00:00
Matthew Wild
996a74ba94 util.iterators: New iterators library 2009-03-25 03:01:10 +00:00
Matthew Wild
7b1eacf880 util.array: New array library 2009-03-25 03:00:09 +00:00
Matthew Wild
db2a808e14 util.set: Rename private items container, optimise set.difference() and add set.intersection() 2009-03-23 01:49:22 +00:00
Matthew Wild
000fa4bb34 core.rostermanager/mod_roster: Support for roster versioning 2009-03-23 00:31:29 +00:00
Matthew Wild
39ac97e87a util.datamanager: Don't delete data when first entry in table is 'false'. My favourite bug so far. 2009-03-22 20:50:37 +00:00
Matthew Wild
7a764ade59 mod_component: Remove some commented code 2009-03-22 17:54:29 +00:00
Matthew Wild
f12ca3499f core.configmanager: Make components use 'component' module by default if none specified 2009-03-22 15:33:38 +00:00
Matthew Wild
393cbf45ae Update example config, categorise modules, add new modules 2009-03-22 15:23:26 +00:00
Matthew Wild
590a41c6f4 prosody.cfg.lua.dist: Remove some factual inaccuracies 2009-03-22 15:08:15 +00:00
Matthew Wild
0d7ecce88f mod_component: Use net_activate_ports to start port listener based on config 2009-03-22 15:02:07 +00:00
Matthew Wild
9eadfb191e mod_component: Set default listening interface to 127.0.0.1 2009-03-22 15:01:23 +00:00
Matthew Wild
1bfc26ba0a net.connlisteners: Allow listeners to specify default interface 2009-03-22 14:59:28 +00:00
Matthew Wild
ecf8df36d0 prosody: Expose net_activate_ports as a global function for use by plugins 2009-03-22 14:14:40 +00:00
Matthew Wild
c918df5334 prosody: Allow ports to be specified as just numbers 2009-03-22 14:04:42 +00:00
Matthew Wild
0cb055053f util.set: Fix to make constructor work, and functions defined correctly 2009-03-22 12:37:56 +00:00
Matthew Wild
7f87706ee4 util.set: New util library 2009-03-22 12:13:39 +00:00
Matthew Wild
51fd2073f8 net.http: Don't throw error on invalid URLs. Fixes #56. 2009-03-21 23:48:09 +00:00
Matthew Wild
a3b7fc26cb Add initial mod_component for XEP-0114 support. Albert, where are you? 2009-03-21 21:47:09 +00:00
Matthew Wild
89a0eb0ee0 net.xmppclient_listener: Set default namespace to jabber:client 2009-03-21 21:45:25 +00:00
Matthew Wild
6e70790899 net.xmppserver_listener: Set default namespace to jabber:server 2009-03-21 21:44:42 +00:00
Matthew Wild
e49d269b88 core.xmlhandlers: Filter out default stream namespace from stanzas 2009-03-21 21:43:50 +00:00