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 (
Collapse
)
Author
Age
Files
Lines
*
Merge with 0.5
Matthew Wild
2009-07-12
2
-1
/
+6
|
\
|
*
mod_bosh: Mark a session as secure if it is created with HTTPS
Matthew Wild
2009-07-12
1
-1
/
+1
|
|
|
*
net.httpserver: Mark a request as secure if it is made using HTTPS
Matthew Wild
2009-07-12
1
-0
/
+5
|
|
*
|
Merge with 0.5
Matthew Wild
2009-07-12
4
-24
/
+26
|
\
|
|
*
mod_httpserver: Use new httpserver helper to initialise ports
Matthew Wild
2009-07-12
1
-11
/
+1
|
|
|
*
mod_bosh: Use new httpserver helper to initialise ports
Matthew Wild
2009-07-12
1
-11
/
+1
|
|
|
*
net.httpserver: Add helper function to set up HTTP server according to given ↵
Matthew Wild
2009-07-12
1
-1
/
+21
|
|
|
|
|
|
|
|
config options
|
*
net.server: Don't continue with socket initialisation if SSL handshake ↵
Matthew Wild
2009-07-12
1
-1
/
+3
|
|
|
|
|
|
|
|
failed, fixes nil socket traceback
*
|
Merge with 0.5
Matthew Wild
2009-07-12
1
-1
/
+1
|
\
|
|
*
net.server: Don't close handler if it is already nil when SSL handshake fails
Matthew Wild
2009-07-12
1
-1
/
+1
|
|
*
|
prosody: Load util.helpers at startup
Matthew Wild
2009-07-12
1
-1
/
+2
|
|
*
|
util.helpers: New util library to aid with debugging, etc.
Matthew Wild
2009-07-12
1
-0
/
+26
|
|
*
|
prosody: Call initialisation functions at once
Matthew Wild
2009-07-11
1
-51
/
+52
|
|
*
|
prosody: Start of refactoring of main file
Matthew Wild
2009-07-11
1
-166
/
+191
|
|
*
|
util.pubsub -> util.broadcast
Matthew Wild
2009-07-11
1
-0
/
+0
|
/
*
prosody.cfg.lua: Various small changes
Matthew Wild
2009-07-10
1
-5
/
+4
|
*
prosody.cfg.lua.dist: Move enabled line higher up (people including myself ↵
Matthew Wild
2009-07-10
1
-2
/
+3
|
|
|
|
often miss it)
*
prosody.cfg.lua.dist: Add auto-loaded modules to the config
Matthew Wild
2009-07-10
1
-0
/
+9
|
*
mod_uptime: Fix bad uptime if module is loaded at startup
Matthew Wild
2009-07-10
1
-0
/
+2
|
*
Remove version number from copyright headers
Matthew Wild
2009-07-10
63
-63
/
+63
|
*
Add copyright header to those files missing one
Matthew Wild
2009-07-10
36
-0
/
+288
|
*
stanza_router: Catch and log an error case which I don't think should happen ↵
Matthew Wild
2009-07-10
1
-1
/
+4
|
|
|
|
(but sometimes seems to)
*
Remove completed items from TODO
Matthew Wild
2009-07-10
1
-4
/
+1
|
*
util.pubsub: Fix undefined global accesses
Matthew Wild
2009-07-10
1
-1
/
+1
|
*
util.sasl: Convert spaces to tabs
Matthew Wild
2009-07-10
1
-2
/
+2
|
*
util.stanza: Convert spaces to tabs
Matthew Wild
2009-07-10
1
-20
/
+21
|
*
util.hmac: Convert spaces to tabs
Matthew Wild
2009-07-10
1
-33
/
+33
|
*
util.prosodyctl: Fix undefined global access
Matthew Wild
2009-07-10
1
-1
/
+1
|
*
eventmanager: Convert from Windows line endings
Matthew Wild
2009-07-10
1
-24
/
+24
|
*
mod_time Convert from Windows line endings
Matthew Wild
2009-07-09
1
-29
/
+29
|
*
discomanager: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-52
/
+52
|
*
mod_ping: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-11
/
+11
|
*
mod_disco: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-12
/
+12
|
*
util.discohelper: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-65
/
+65
|
*
mod_presence: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-337
/
+337
|
*
util.events: Convert from Windows line endings
Matthew Wild
2009-07-09
1
-99
/
+99
|
*
mod_console: Expose commands and environment table
Matthew Wild
2009-07-09
1
-0
/
+2
|
*
modulemanager: Small code improvement, move autoloaded modules list to the ↵
Matthew Wild
2009-07-09
1
-1
/
+3
|
|
|
|
top of the file
*
configmanager, modulemanager: Allow components to have modules specified in ↵
Matthew Wild
2009-07-09
2
-23
/
+21
|
|
|
|
the config (but don't load the global set of modules for them)
*
mod_console: Add quit and exit as aliases for 'bye' command
Matthew Wild
2009-07-09
1
-0
/
+1
|
*
mod_console: Check for commands when not executing in the global environment
Matthew Wild
2009-07-09
1
-6
/
+9
|
*
prosodyctl: Quit when user pressed ^C in password prompts
Matthew Wild
2009-07-08
1
-0
/
+4
|
*
prosodyctl: Don't 'blugh' when ^C is pressed during reading passwords
Matthew Wild
2009-07-08
1
-4
/
+8
|
*
prosodyctl: Fix traceback when issued with no parameters
Matthew Wild
2009-07-08
1
-1
/
+1
|
*
util.xmlrpc: Support for multiple parameters in requests
Matthew Wild
2009-07-08
1
-9
/
+15
|
*
util.xmlrpc: Add create_request
Matthew Wild
2009-07-08
1
-0
/
+8
|
*
mod_console: server:version() and server:uptime() commands
Matthew Wild
2009-07-08
1
-0
/
+18
|
*
mod_uptime: Use time of server start rather than module load
Matthew Wild
2009-07-08
1
-1
/
+1
|
*
mod_uptime: Convert to unix line endings
Matthew Wild
2009-07-08
1
-24
/
+24
|
*
prosody: Record time the server started
Matthew Wild
2009-07-08
1
-0
/
+2
|
[next]