index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util.dataforms: Fix some field types which didn't render properly
Matthew Wild
2009-04-04
1
-2
/
+2
*
util.dataforms: Add support for <required/> fields
Matthew Wild
2009-04-04
1
-0
/
+4
*
util.dataforms: Fixed to actually work, mostly
Matthew Wild
2009-04-04
1
-7
/
+23
*
core.sessionmanager: Hop out of <status> tag so that MUC doesn't insert into ...
Matthew Wild
2009-04-03
1
-1
/
+1
*
Tagging 0.4.0
Matthew Wild
2009-03-31
0
-0
/
+0
*
Tagging VERSION
vault/0.4.0
0.4.0
Matthew Wild
2009-03-31
0
-0
/
+0
*
mod_bosh: Fix to correctly timeout idle sessions
Matthew Wild
2009-03-31
1
-1
/
+1
*
mod_debug: Some updates
Matthew Wild
2009-03-31
1
-17
/
+21
*
core.componentmanager: Fix global set, causing problems with multiple compone...
Matthew Wild
2009-03-31
1
-1
/
+1
*
mod_debug: New debug module (a simplified mod_console, with raw Lua access to...
Matthew Wild
2009-03-31
1
-0
/
+186
*
Add lock_globals() and unlock_globals() functions (for when you really need t...
Matthew Wild
2009-03-31
1
-1
/
+11
*
Load util.array and util.iterator at startup
Matthew Wild
2009-03-31
1
-0
/
+3
*
Automated merge with ssh://hg@prosody.im/prosody-hg
Matthew Wild
2009-03-30
1
-7
/
+5
|
\
|
*
Move SSL initialisation into the correct spot (thanks albert)
Matthew Wild
2009-03-30
1
-7
/
+5
*
|
Added: componentmanager: Automatically add component.host.name to the disco i...
Waqas Hussain
2009-03-30
1
-1
/
+20
*
|
Fixed: Some nil access bugs
Waqas Hussain
2009-03-30
2
-3
/
+3
*
|
Added: MUC: Room invites
Waqas Hussain
2009-03-30
1
-0
/
+10
*
|
Added: util/events.lua: An event handling library
Waqas Hussain
2009-03-30
1
-0
/
+96
*
|
Fixed: mod_saslauth: "anonymous_login" currently makes SASL ANONYMOUS an excl...
Waqas Hussain
2009-03-30
1
-2
/
+11
*
|
Fixed: mod_saslauth: Changed anonymous host option from "sasl_anonymous" to "...
Waqas Hussain
2009-03-30
1
-1
/
+1
*
|
Added: Prevent disk writes for anonmous hosts (option: core/anonymous_login =...
Waqas Hussain
2009-03-30
1
-0
/
+3
*
|
Added: datamanager: Allow a callback to be installed which selectively preven...
Waqas Hussain
2009-03-30
1
-0
/
+7
*
|
Fixed: s2smanager: Apply nameprep on hostnames passed in stream tag (part of ...
Waqas Hussain
2009-03-30
1
-2
/
+3
*
|
Fixed: sessionmanager: Apply nameprep on hostname passed in stream tag (part ...
Waqas Hussain
2009-03-30
1
-0
/
+2
*
|
Fixed: modulemanager: IQs with extended elements in the default namespace cou...
Waqas Hussain
2009-03-30
1
-1
/
+1
*
|
Fixed: mod_roster: Prep JIDs being added to roster (part of issue #57)
Waqas Hussain
2009-03-30
1
-11
/
+13
*
|
Fixed: mod_register: Node prepping was not being applied to usernames (part o...
Waqas Hussain
2009-03-30
1
-2
/
+3
*
|
Fixed: mod_regster: traceback when removing accounts
Waqas Hussain
2009-03-30
1
-8
/
+9
*
|
Fixed: rostermanager: Create new roster item if one doesn't exist on subscrip...
Waqas Hussain
2009-03-30
1
-0
/
+4
*
|
Fixed: stanza_router: Respond with correct stanza error on malformed stanzas
Waqas Hussain
2009-03-30
1
-3
/
+5
*
|
Fixed: net/http.lua: HTTP request callback wasn't being called on some errors
Waqas Hussain
2009-03-30
1
-0
/
+1
|
/
*
util.array: Add :reverse() method
Matthew Wild
2009-03-29
1
-0
/
+8
*
util.datetime: Allow specifying a time to format
Matthew Wild
2009-03-29
1
-28
/
+28
*
util.array: Expose array.* functions, to be used for unwrapped arrays
Matthew Wild
2009-03-26
1
-12
/
+14
*
util.iterators: New iterators library
Matthew Wild
2009-03-25
1
-0
/
+94
*
util.array: New array library
Matthew Wild
2009-03-25
1
-0
/
+45
*
util.set: Rename private items container, optimise set.difference() and add s...
Matthew Wild
2009-03-23
1
-9
/
+18
*
core.rostermanager/mod_roster: Support for roster versioning
Matthew Wild
2009-03-23
2
-15
/
+30
*
util.datamanager: Don't delete data when first entry in table is 'false'. My ...
Matthew Wild
2009-03-22
1
-2
/
+4
*
mod_component: Remove some commented code
Matthew Wild
2009-03-22
1
-8
/
+0
*
core.configmanager: Make components use 'component' module by default if none...
Matthew Wild
2009-03-22
1
-3
/
+5
*
Update example config, categorise modules, add new modules
Matthew Wild
2009-03-22
1
-10
/
+23
*
prosody.cfg.lua.dist: Remove some factual inaccuracies
Matthew Wild
2009-03-22
1
-4
/
+4
*
mod_component: Use net_activate_ports to start port listener based on config
Matthew Wild
2009-03-22
1
-1
/
+8
*
mod_component: Set default listening interface to 127.0.0.1
Matthew Wild
2009-03-22
1
-1
/
+1
*
net.connlisteners: Allow listeners to specify default interface
Matthew Wild
2009-03-22
1
-1
/
+1
*
prosody: Expose net_activate_ports as a global function for use by plugins
Matthew Wild
2009-03-22
1
-13
/
+13
*
prosody: Allow ports to be specified as just numbers
Matthew Wild
2009-03-22
1
-1
/
+1
*
util.set: Fix to make constructor work, and functions defined correctly
Matthew Wild
2009-03-22
1
-8
/
+14
*
util.set: New util library
Matthew Wild
2009-03-22
1
-0
/
+75
[prev]
[next]