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.5
Matthew Wild
2009-08-03
2
-0
/
+2
|
\
|
*
Fixed: Self-references could be added to rosters via presence subscriptions
Waqas Hussain
2009-08-03
1
-0
/
+1
|
*
Fixed: IQ replies are not sent back on publishing a PEP event
Waqas Hussain
2009-08-03
1
-0
/
+1
|
*
Tagging 0.5.1
Matthew Wild
2009-07-29
0
-0
/
+0
*
|
mod_console: EOT (Ctrl-D) closes the connection.
Paul Aurich
2009-07-31
1
-0
/
+3
*
|
Merge with 0.5
Matthew Wild
2009-07-29
3
-5
/
+6
|
\
|
|
*
MUC: Added the MUC child element to conflict errors
vault/0.5.1
0.5.1
Waqas Hussain
2009-07-29
1
-2
/
+2
|
*
Added: Support for PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables
Waqas Hussain
2009-07-29
1
-2
/
+2
|
*
mod_pep: Added support for pubsub item retraction
Waqas Hussain
2009-07-29
1
-1
/
+2
*
|
Merge with 0.5
Matthew Wild
2009-07-28
8
-7
/
+94
|
\
|
|
*
xmpp{client,server,component]_listener: Open stream if sending an error and i...
Matthew Wild
2009-07-28
3
-0
/
+15
|
*
mod_console: Finally add in the missing 'help' command \o/
Matthew Wild
2009-07-28
1
-0
/
+45
|
*
configmanager: Default options appearing before Host "*" to global (fixes pot...
Matthew Wild
2009-07-28
1
-0
/
+1
|
*
hostmanager: Warn when user puts port configuration under vhost section
Matthew Wild
2009-07-28
1
-0
/
+5
|
*
core.loggingmanager: Enable timestamps by default for file log sinks
Matthew Wild
2009-07-28
1
-1
/
+1
|
*
net.server: Much improve SSL/TLS error reporting, do our best to understand a...
Matthew Wild
2009-07-28
1
-6
/
+27
*
|
ejabberdsql2prosody: Allow for multiple INSERTs to the same table
Waqas Hussain
2009-07-28
1
-1
/
+8
*
|
Merge with 0.5
Matthew Wild
2009-07-27
2
-6
/
+2
|
\
|
|
*
Fixed: Possible duplicate error replies for unhandled stanzas
Waqas Hussain
2009-07-28
1
-5
/
+1
|
*
net.httpserver: Reduce log level of 'request left open' message
Matthew Wild
2009-07-27
1
-1
/
+1
*
|
Merge with 0.5
Matthew Wild
2009-07-27
1
-1
/
+1
|
\
|
|
*
mod_presence: Tag outgoing unavailables generated by a disconnect with a from...
Matthew Wild
2009-07-27
1
-1
/
+1
*
|
xmpp{client,server}_listener: Report contents of packets containing invalid XML
Matthew Wild
2009-07-26
2
-0
/
+2
*
|
mod_console: Show status and priority of clients
Matthew Wild
2009-07-26
1
-2
/
+11
*
|
ejabberdsql2prosody: Fixed a nil global access error
Waqas Hussain
2009-07-26
1
-1
/
+1
*
|
ejabberdsql2prosody: Add support for rosterusers.ask == "B" (both pending in ...
Waqas Hussain
2009-07-26
1
-0
/
+3
*
|
ejabberdsql2prosody: Fix typo, and improve the warning message
Waqas Hussain
2009-07-26
1
-6
/
+6
*
|
ejabberdsql2prosody: Display a warning if a row has more columns than expected
Waqas Hussain
2009-07-26
1
-2
/
+5
*
|
ejabberdsql2prosody: Added support for all mysql escape sequences
Waqas Hussain
2009-07-26
1
-4
/
+14
*
|
ejabberdsql2prosody: Added support for the escape sequence '\\' in strings
Waqas Hussain
2009-07-26
1
-0
/
+1
*
|
ejabberdsql2prosody: Fixed: 'ask' value should be nil for pending-in subscrip...
Waqas Hussain
2009-07-26
1
-0
/
+1
*
|
ejabberdsql2prosody: Fixed: pending-in subscriptions could halt processing
Waqas Hussain
2009-07-26
1
-3
/
+2
*
|
ejabberdsql2prosody: Added support for rosters
Waqas Hussain
2009-07-26
1
-4
/
+51
*
|
ejabberdsql2prosody: Added a second required command line parameter: hostname
Waqas Hussain
2009-07-25
1
-12
/
+5
*
|
ejabberdsql2prosody: Improved help message
Waqas Hussain
2009-07-25
1
-5
/
+4
*
|
ejabberdsql2prosody: Initial commit
Waqas Hussain
2009-07-25
1
-0
/
+197
*
|
mod_xmlrpc: Remove file and line number from XML-RPC errors
Waqas Hussain
2009-07-25
1
-1
/
+1
*
|
mod_xmlrpc: Fixed typos
Waqas Hussain
2009-07-25
1
-2
/
+2
*
|
usermanager: Reduced some code
Waqas Hussain
2009-07-25
1
-3
/
+1
*
|
usermanager: Removed an unnecessary check
Waqas Hussain
2009-07-25
1
-1
/
+1
*
|
mod_xmlrpc: Added support for secure calls by non-admins
Waqas Hussain
2009-07-25
1
-12
/
+16
*
|
modulemanager: Added get_option(name, default_value) to plugin API
Waqas Hussain
2009-07-25
1
-0
/
+4
*
|
Switch to using a more generic credentials_callback/handler for SASL auth.
nick
2009-07-24
3
-72
/
+80
*
|
mod_saslauth, usermanager: Fetch list of mechanisms from usermanager
Nick Thomas
2009-07-23
1
-11
/
+14
*
|
prosody: net_activate_ports: Check listener exists before trying to open port...
Matthew Wild
2009-07-23
1
-0
/
+1
*
|
Merge with 0.5
Matthew Wild
2009-07-23
6
-13
/
+89
|
\
|
|
*
net.server: Fail to open port if legacy SSL requested, but SSL not available
Matthias Diene
2009-07-23
1
-1
/
+6
|
*
prosodyctl: Also switch group when we switch user
Matthew Wild
2009-07-23
1
-5
/
+14
|
*
pposix, mod_posix: Bump pposix version number
Matthew Wild
2009-07-23
2
-2
/
+2
|
*
pposix: Add setgid() function
Matthew Wild
2009-07-23
1
-0
/
+63
[next]