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.lsignal: Add lsignal library for catching POSIX signals
Matthew Wild
2009-04-12
1
-0
/
+387
*
Makefiles, util.signal: Add lsignal library for catching POSIX signals
Matthew Wild
2009-04-12
2
-1
/
+9
*
componentmanager: Set core_route_stanza after stanza_router is loaded
Matthew Wild
2009-04-11
1
-0
/
+1
*
componentmanager: Use core_route_stanza to reply in the default component
Matthew Wild
2009-04-11
1
-2
/
+3
*
componentmanager: Restore default component when unregistering
Matthew Wild
2009-04-11
1
-3
/
+4
*
componentmanager: Small logging fix
Matthew Wild
2009-04-11
1
-1
/
+1
*
componentmanager: Improve default component stanza handler
Matthew Wild
2009-04-11
1
-1
/
+5
*
mod_component: Deregister component on disconnect
Matthew Wild
2009-04-11
1
-3
/
+4
*
net.adns: Flush buffer after sending DNS request
Matthew Wild
2009-04-11
1
-1
/
+1
*
mod_component: Update for new net_activate_ports
Matthew Wild
2009-04-10
1
-1
/
+1
*
Allow config to specify listening interfaces
Matthew Wild
2009-04-10
1
-6
/
+11
*
Remove more debugging code which was accidentally committed (don't trust hg)
Matthew Wild
2009-04-10
2
-4
/
+0
*
core.s2smanager: Remove some debugging
Matthew Wild
2009-04-10
1
-8
/
+2
*
Merge
Matthew Wild
2009-04-10
1
-1
/
+1
|
\
|
*
prosody: Don't look to use SSL when LuaSec not available (thanks Florob)
Matthew Wild
2009-04-09
1
-1
/
+1
*
|
Merge
Matthew Wild
2009-04-10
3
-21
/
+49
*
|
net.adns: Catch errors in DNS response callbacks
Matthew Wild
2009-04-10
1
-2
/
+5
|
/
*
Merge
Matthew Wild
2009-04-08
3
-11
/
+12
|
\
|
*
mod_debug: Run on a different port, and use a different listener to mod_console
Matthew Wild
2009-04-08
1
-2
/
+3
|
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-04-08
5
-10
/
+39
|
|
\
|
*
|
Fixed: Send correct error reply for IQs directed at unavailable resources
Waqas Hussain
2009-04-07
1
-2
/
+2
|
*
|
Fixed: Issue with presence error routing
Waqas Hussain
2009-04-07
2
-7
/
+7
*
|
|
sessionmanager, componentmanager: Fix some wacky indentation (thanks greyback!)
Matthew Wild
2009-04-08
2
-27
/
+25
|
|
/
|
/
|
*
|
mod_muc: Fix malformed presence stanzas (thanks elmex)
Matthew Wild
2009-04-08
1
-1
/
+1
*
|
util.stanza: stanza:reset() method to reset building state
Matthew Wild
2009-04-08
1
-0
/
+8
*
|
core.s2smanager: Look away... wait for it... now! Hopefully s2s should be bac...
Matthew Wild
2009-04-08
1
-1
/
+1
*
|
net.server: Ensure some logging parameters are strings
Matthew Wild
2009-04-08
1
-7
/
+7
*
|
componentmanager: Reply with service-unavailable for unconnected components
Matthew Wild
2009-04-08
1
-1
/
+17
*
|
core.s2smanager: Check for valid host and port before attempting connection
Matthew Wild
2009-04-06
1
-0
/
+5
|
/
*
sessionmanager, s2smanager, mod_component: Send reply </stream:stream> when c...
Matthew Wild
2009-04-05
3
-0
/
+12
*
net.httpserver: Don't log that a request has been left open if it is destroyed
Matthew Wild
2009-04-05
1
-1
/
+1
*
util.dataforms: Allow form layouts to specify default values for fields
Matthew Wild
2009-04-05
1
-1
/
+1
*
util.dataforms: Set form type when generating a form
Matthew Wild
2009-04-05
1
-3
/
+1
*
util.dataforms: Support for retriving the field value data from forms
Matthew Wild
2009-04-04
1
-0
/
+55
*
util.dataforms: Fixes for hidden field type
Matthew Wild
2009-04-04
1
-2
/
+7
*
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
[next]