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
...
*
modulemanager, stanza_router: Moved modulemanager.handle_stanza to stanza_rou...
Waqas Hussain
2010-10-16
2
-25
/
+24
*
modulemanager: Removed another legacy events API (add_event_hook), and relate...
Waqas Hussain
2010-10-16
1
-17
/
+0
*
mod_posix: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-2
/
+2
*
modulemanager: Removed legacy events API, and related code.
Waqas Hussain
2010-10-16
1
-51
/
+7
*
mod_saslauth: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-10
/
+18
*
mod_dialback: Fixed indentation.
Waqas Hussain
2010-10-16
1
-5
/
+5
*
mod_dialback: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-15
/
+31
*
mod_compression: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-54
/
+60
*
mod_component: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-5
/
+10
*
modulemanager: Removed add_iq_handler() from the plugin API.
Waqas Hussain
2010-10-16
1
-3
/
+0
*
mod_register: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-68
/
+68
*
mod_legacyauth: Limit authentication to unauthenticated client connections.
Waqas Hussain
2010-10-16
1
-0
/
+5
*
mod_legacyauth: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-42
/
+43
*
mod_roster: Cleaned up some unused variables and global accesses.
Waqas Hussain
2010-10-16
1
-1
/
+2
*
mod_roster: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-101
/
+98
*
mod_saslauth: Improved logging a bit.
Waqas Hussain
2010-10-16
1
-2
/
+2
*
mod_saslauth: Updated to use the new events API.
Waqas Hussain
2010-10-16
1
-15
/
+14
*
mod_private: Updated to use the new events API. Smaller, more robust.
Waqas Hussain
2010-10-16
1
-42
/
+34
*
Merge hoelzro->trunk
Matthew Wild
2010-10-15
1
-12
/
+15
|
\
|
*
Alter mod_offline to respect negative priority resources
Robert Hoelz
2010-10-15
1
-12
/
+15
*
|
Merge hoelzro->trunk
Matthew Wild
2010-10-15
1
-16
/
+19
|
\
|
|
*
Don't send offline messages to resource with negative priorities
Robert Hoelz
2010-10-15
1
-16
/
+19
*
|
MUC: Use util.dataforms to generate forms
Kim Alvefur
2010-10-12
1
-42
/
+66
*
|
MUC: fix timezone support when sending history
Kim Alvefur
2010-10-12
1
-1
/
+1
*
|
configmanager: Allow VirtualHost/Component definitions to be followed by a ta...
Matthew Wild
2010-10-08
1
-0
/
+14
*
|
core.loggingmanager: Logging config simplification - allow [level] = filename...
Matthew Wild
2010-10-08
1
-2
/
+20
|
/
*
net.dns: Support for parsing PTR records
Matthew Wild
2010-10-06
1
-0
/
+3
*
net.dns: Add 'force' parameter to resolver:feed() to force decoding a packet ...
Matthew Wild
2010-10-05
1
-2
/
+2
*
mod_adhoc: Answer disco#info for node=xmlns_cmd
Florian Zeitz
2010-10-01
1
-13
/
+23
*
MUC: Make the room node be the default room name (thanks Zash).
Waqas Hussain
2010-09-28
2
-3
/
+3
*
Merge with trunk.
Waqas Hussain
2010-09-27
1
-1
/
+45
|
\
|
*
MUC: Added a 'Description' property (muc#roomconfig_roomdesc)
Kim Alvefur
2010-09-26
1
-2
/
+28
|
*
MUC: Added a 'Name' property (muc#roomconfig_roomname)
Kim Alvefur
2010-09-24
1
-1
/
+19
*
|
MUC: Fixed traceback on presence errors lacking a condition.
Waqas Hussain
2010-09-27
1
-1
/
+1
|
/
*
net.xmppcomponent_listener: Fixed a possible traceback in component disconnec...
Waqas Hussain
2010-09-21
1
-1
/
+1
*
net.xmppcomponent_listener: Specify missing log level for a log statement.
Waqas Hussain
2010-09-21
1
-1
/
+1
*
net.xmppcomponent_listener, mod_component: Removed useless undocumented optio...
Waqas Hussain
2010-09-21
2
-6
/
+3
*
util.stanza: Make the current element <message> instead of <body> when body t...
Waqas Hussain
2010-09-21
1
-1
/
+1
*
util.events: Event handler indices are now built lazily (faster server startu...
Waqas Hussain
2010-09-19
1
-3
/
+8
*
util.events: Create new index on handler change instead of modifying existing...
Waqas Hussain
2010-09-17
1
-4
/
+2
*
util.events: Fixed the exposed API for adding/removing sets of event handlers.
Waqas Hussain
2010-09-17
1
-2
/
+2
*
util.events: Removed dispatcher creation functions (these weren't being used).
Waqas Hussain
2010-09-17
1
-31
/
+1
*
net.httpserver: Removed old HTTP parser, and updated to use util.httpstream.
Waqas Hussain
2010-09-17
1
-89
/
+11
*
util.httpstream: Refactored and simplified code to improve readability.
Waqas Hussain
2010-09-17
1
-19
/
+14
*
util.httpstream: Removed unused variables.
Waqas Hussain
2010-09-17
1
-5
/
+0
*
util.httpstream: Initial commit of the new HTTP parser.
Waqas Hussain
2010-09-04
1
-0
/
+89
*
prosody.cfg.lua.dist: Small wording fix in comment (thanks darkrain)
Matthew Wild
2010-09-13
1
-1
/
+1
*
mod_bosh: Fix traceback when initiating a BOSH session to an unknown host
Matthew Wild
2010-09-10
1
-3
/
+3
*
net.server_select: Add server.step() to run through a single iteration of the...
Matthew Wild
2010-09-09
1
-6
/
+12
*
prosody.cfg.lua.dist: Add mod_adhoc and mod_admin_adhoc to the default config
Matthew Wild
2010-09-05
1
-0
/
+2
[prev]
[next]