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
...
*
|
prosody: Add fallbacks/ to path
Matthew Wild
2009-07-02
1
-2
/
+5
*
|
Makefile: Install fallbacks/ directory
Matthew Wild
2009-07-02
1
-1
/
+2
*
|
mod_offline: Initial commit
Waqas Hussain
2009-07-02
1
-0
/
+47
*
|
Merged with trunk
Waqas Hussain
2009-07-02
3
-3
/
+4
|
\
\
|
*
|
Send xml:lang in stream headers, fixes #78
Matthew Wild
2009-07-01
2
-2
/
+2
|
|
/
|
*
Making sure the node is in unicode when passing it to password lookup function.
Tobias Markmann
2009-07-01
1
-1
/
+2
*
|
mod_pep: Fixed boolean indexing error while casting all messages for a user
Waqas Hussain
2009-07-02
1
-2
/
+3
|
/
*
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-06-29
1
-1
/
+2
|
\
|
*
Merge with nolan
Matthew Wild
2009-06-29
1
-1
/
+2
|
|
\
|
|
*
Serialize unknown stanza before logging.
nolan
2009-06-28
1
-1
/
+2
*
|
|
modulemanager: Don't close stream on stream:error with unsupported-stanza-typ...
Waqas Hussain
2009-06-29
1
-1
/
+1
*
|
|
prosody.cfg.lua.dist: Removed 'presence' from default modules list
Waqas Hussain
2009-06-29
1
-1
/
+0
*
|
|
stanza_router: Removed unnecessary xmlns check
Waqas Hussain
2009-06-29
1
-1
/
+1
*
|
|
stanza_router: Don't fire preprocessing events if stanza is not from full JID
Waqas Hussain
2009-06-29
1
-1
/
+1
|
/
/
*
|
util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugi...
Waqas Hussain
2009-06-28
1
-1
/
+1
*
|
mod_pep: Fixed a nil access error
Waqas Hussain
2009-06-28
1
-2
/
+4
*
|
mod_pep: Use cached caps
Waqas Hussain
2009-06-28
1
-14
/
+23
*
|
Merged with trunk
Waqas Hussain
2009-06-28
5
-8
/
+11
|
\
\
|
*
|
Merge with nolan
Matthew Wild
2009-06-28
1
-1
/
+1
|
|
\
|
|
|
*
Log stanza if stanza.to isn't set for some component errors.
nolan
2009-06-28
1
-1
/
+1
|
*
|
net.httpserver: Don't upset logger when response is nil
Matthew Wild
2009-06-28
1
-1
/
+1
|
*
|
mod_console: Reload/unload a module on a component host if it is loaded there
Matthew Wild
2009-06-28
1
-4
/
+5
|
*
|
Automated merge with http://waqas.ath.cx:8000/
Matthew Wild
2009-06-27
2
-2
/
+4
|
|
\
|
|
|
*
mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)
Matthew Wild
2009-06-26
1
-0
/
+2
|
|
*
xmppclient_listener: Pass session close reason to destroy_session (to be used...
Matthew Wild
2009-06-26
1
-2
/
+2
*
|
|
mod_pep: Entity capabilities
Waqas Hussain
2009-06-28
1
-11
/
+84
|
/
/
*
|
util.stanza: Serializer optimizations, and nicer output for empty elements
Waqas Hussain
2009-06-27
1
-12
/
+19
*
|
mod_pep: Broadcast only to available recipients with caps
Waqas Hussain
2009-06-26
1
-19
/
+14
*
|
mod_pep: Ignore presence subscriptions when extractng hash information
Waqas Hussain
2009-06-26
1
-2
/
+5
*
|
mod_pep: Added function get_caps_hash_from_presence
Waqas Hussain
2009-06-26
1
-0
/
+17
*
|
util.muc: Fixed duplicate parameter names in function room:set_subject
Waqas Hussain
2009-06-26
1
-1
/
+1
*
|
util.muc: Fixed incorrect parameters for a function call
Waqas Hussain
2009-06-26
1
-1
/
+1
*
|
mod_pep: Removed some YODO comments
Waqas Hussain
2009-06-26
1
-2
/
+2
*
|
mod_pep: Added handler for disco responses
Waqas Hussain
2009-06-26
1
-0
/
+13
|
/
*
mod_iq: Change sub-event names for IQ errors and results to use stanza IDs
Waqas Hussain
2009-06-26
1
-2
/
+2
*
util.stanza: Add stanza:get_text() to retrieve all child text nodes #api
Matthew Wild
2009-06-26
1
-0
/
+6
*
stanza_router: Fire events also for stanzas to components
Matthew Wild
2009-06-26
1
-2
/
+2
*
mod_message, mod_presence: Maintain list of top resources. Less work in routi...
Waqas Hussain
2009-06-26
2
-23
/
+34
*
util.events: Replaced ipairs with slightly faster numeric for loop - #optimiz...
Waqas Hussain
2009-06-26
1
-4
/
+4
*
util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization...
Waqas Hussain
2009-06-25
1
-32
/
+18
*
util.stanza: Remove numeric attributes while deserializing
Waqas Hussain
2009-06-25
1
-0
/
+2
*
xmlhandlers: Remove numeric attributes
Waqas Hussain
2009-06-25
1
-2
/
+3
*
stanza_router: Remove unused variables and code
Waqas Hussain
2009-06-25
1
-16
/
+1
*
stanza_router: A little refactoring
Waqas Hussain
2009-06-25
1
-2
/
+1
*
stanza_router: Remove unused variables
Waqas Hussain
2009-06-25
1
-6
/
+2
*
stanza_router: Remove even more old routing code
Waqas Hussain
2009-06-25
1
-12
/
+0
*
stanza_router: Remove some more old routing code
Waqas Hussain
2009-06-25
1
-16
/
+5
*
stanza_router: Call core_post_stanza from core_route_stanza in place of old r...
Waqas Hussain
2009-06-25
1
-0
/
+1
*
stanza_router: Removed unused function: select_best_resources
Waqas Hussain
2009-06-25
1
-19
/
+0
*
stanza_router: Removed old routing code
Waqas Hussain
2009-06-25
1
-82
/
+1
[prev]
[next]