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
...
*
|
Merge with 0.4
Matthew Wild
2009-05-13
1
-2
/
+7
|
\
|
|
*
stanza_router: Bounce stanzas to/from invalid JIDs with a jid-malformed error
Matthew Wild
2009-05-13
1
-2
/
+7
*
|
stanza_router: Pass session.to_host to modulemanager, fixes modules for s2sin...
Matthew Wild
2009-05-09
1
-1
/
+1
*
|
mod_muc: commented connection replace detection code because google keeps res...
Waqas Hussain
2009-05-08
1
-6
/
+6
*
|
mod_muc: s/broadcast_history/send_history/ - since the cast isn't broad
Waqas Hussain
2009-05-08
1
-2
/
+2
*
|
mod_muc: Extracted sending of occupant list into its own function
Waqas Hussain
2009-05-08
1
-12
/
+16
*
|
mod_muc: Extracted history broadcast into its own function
Waqas Hussain
2009-05-08
1
-11
/
+14
*
|
fallbacks/bit: bit manipulation API (compatible with bitlib for now)
Waqas Hussain
2009-05-08
1
-0
/
+137
*
|
mod_pep: Initial commit (extremely basic implementation)
Waqas Hussain
2009-05-08
1
-0
/
+48
*
|
util/serialization: Fixed serialization formatting
Waqas Hussain
2009-05-08
1
-1
/
+1
*
|
util/sasl: Removed unnecessary references to util.encodings.idna
Waqas Hussain
2009-05-08
1
-2
/
+0
*
|
mod_roster: Advertize roster versioning support
Waqas Hussain
2009-05-08
1
-0
/
+8
*
|
Default config: Add 'presence' to list of modules
Matthew Wild
2009-05-07
1
-0
/
+1
*
|
Merge with 0.4
Matthew Wild
2009-05-06
2
-1
/
+5
|
\
|
|
*
util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks mac...
Matthew Wild
2009-05-06
1
-0
/
+3
|
*
Tagging 0.4.1
Matthew Wild
2009-05-05
0
-0
/
+0
|
*
util.serialization: Write nil for non-serializable data types, and bump the l...
vault/0.4.1
0.4.1
Matthew Wild
2009-05-05
1
-1
/
+2
|
*
tools/ejabberd2prosody: Fixed private storage export
Waqas Hussain
2009-05-05
1
-1
/
+1
*
|
tools/ejabberd2prosody: Fixed private storage export
Waqas Hussain
2009-05-05
1
-1
/
+1
*
|
Merge with 0.4
Matthew Wild
2009-05-05
2
-4
/
+9
|
\
|
|
*
prosodyctl: Add message for unable-to-save-data error
Matthew Wild
2009-05-05
1
-0
/
+1
|
*
util.prosodyctl: Return success status of usermanager.create_user()
Matthew Wild
2009-05-05
1
-1
/
+4
|
*
prosodyctl: Reformat note to fit in small-width terminals
Matthew Wild
2009-05-05
1
-3
/
+4
*
|
Merge with 0.4
Matthew Wild
2009-05-05
1
-0
/
+3
|
\
|
|
*
prosodyctl: Use correct path for the data directory
Matthew Wild
2009-05-05
1
-0
/
+3
*
|
Merge with 0.4
Matthew Wild
2009-05-05
5
-12
/
+75
|
\
|
|
*
mod_posix: Reload the config and reopen log files on SIGHUP
Matthew Wild
2009-05-05
1
-7
/
+9
|
*
loggingmanager: File log sinks react to reopen-log-files event
Matthew Wild
2009-05-05
1
-3
/
+16
|
*
prosody: Add functions to reload the config and re-open log files
Matthew Wild
2009-05-05
1
-1
/
+21
|
*
prosodyctl: status: Show warning if we can't find a running Prosody, and we d...
Matthew Wild
2009-05-05
1
-0
/
+5
|
*
prosodyctl: Switch to Prosody user before attempting to do anything
Matthew Wild
2009-05-05
1
-0
/
+23
|
*
net.httpserver: Fix for urlencoding to always produce 2 digits
Matthew Wild
2009-05-04
1
-1
/
+1
*
|
Merge with 0.4
Matthew Wild
2009-05-04
9
-161
/
+190
|
\
|
|
*
net.http, net.httpserver: Remove urlcodes table... it really isn't needed (th...
Matthew Wild
2009-05-04
2
-3
/
+1
|
*
net.httpserver: Fix potential nil access
Matthew Wild
2009-04-22
1
-2
/
+2
|
*
mod_bosh: Give BOSH sessions a logger (thanks Florob)
Matthew Wild
2009-05-04
1
-2
/
+5
|
*
mod_component: Vastly reduce the code, having split most of it to where it sh...
Matthew Wild
2009-05-04
1
-152
/
+6
|
*
util.serialization: Log a warning when trying to serialize something we can't
Matthew Wild
2009-05-04
1
-1
/
+3
|
*
prosody, xmppcomponent_listener: Add listener for XEP-0114 component connections
Matthew Wild
2009-05-04
2
-0
/
+172
|
*
modulemanager: No need for print()
Matthew Wild
2009-05-04
1
-1
/
+1
|
*
util.multitable: No globals today, thank you. Fixes missing table entries and...
Matthew Wild
2009-05-04
1
-2
/
+2
*
|
Merge with 0.4
Matthew Wild
2009-05-03
2
-10
/
+18
|
\
|
|
*
prosodyctl: Hide ejabberd compatibility commands from command listing
Matthew Wild
2009-05-03
1
-10
/
+15
|
*
loggingmanager: Support for specifying a single sink with *sinkname (*syslog ...
Matthew Wild
2009-05-03
1
-0
/
+3
*
|
Merge with 0.4
Matthew Wild
2009-05-03
10
-22
/
+72
|
\
|
|
*
net.connlisteners: Lower log level of multiple listeners warning (not interes...
Matthew Wild
2009-05-03
1
-2
/
+2
|
*
net.server: Add getserver() method to find the server listening on the specif...
Matthew Wild
2009-05-03
1
-1
/
+7
|
*
util.datamanager: Lower log level of 'Setting data path' to 'debug'
Matthew Wild
2009-05-02
1
-1
/
+1
|
*
componentmanager: Reduce log output at startup to 'debug'
Matthew Wild
2009-05-02
1
-2
/
+2
|
*
hostmanager: Reduce log output at startup to 'debug'
Matthew Wild
2009-05-02
1
-1
/
+4
[prev]
[next]