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
...
|
*
Change variable name. The previous choice was too ugly looking.
Tobias Markmann
2009-08-19
1
-3
/
+3
|
*
Use NODEprep for prepping usernames used during SASL logins.
Tobias Markmann
2009-08-19
1
-2
/
+6
|
*
Do SASLprep for SASL PLAIN mechanism to be more conform with RFC 4616.
Tobias Markmann
2009-08-19
1
-0
/
+3
*
|
Don't allow double compression.
Tobias Markmann
2009-08-18
1
-2
/
+9
*
|
Support compression also after SASL.
Tobias Markmann
2009-08-18
1
-7
/
+7
*
|
Merge with waqas
Matthew Wild
2009-08-18
1
-3
/
+3
|
\
\
|
*
|
mod_compression: Fixed some undefined global accesses
Waqas Hussain
2009-08-18
1
-3
/
+3
*
|
|
net.adns: Add some debug logging to help track down traceback
Matthew Wild
2009-08-18
1
-0
/
+6
*
|
|
net.server: Add checking for nil sockets to prevent traceback
Matthew Wild
2009-08-18
1
-7
/
+13
|
/
/
*
|
net.dns: Automatically add nameserver 127.0.0.1 if /etc/resolv.conf missing o...
Matthew Wild
2009-08-18
1
-3
/
+6
*
|
Merge waqas with Tobias. Eww.
Matthew Wild
2009-08-18
9
-248
/
+93
|
\
\
|
*
|
Removed util/discohelper.lua
Waqas Hussain
2009-08-18
1
-89
/
+0
|
*
|
Removed core/discomanager.lua
Waqas Hussain
2009-08-18
1
-66
/
+0
|
*
|
modulemanager: Removed unused variables and reference to core.discomanager
Waqas Hussain
2009-08-18
1
-5
/
+0
|
*
|
modulemanager: Removed unnecessary code in the unload function
Waqas Hussain
2009-08-18
1
-2
/
+0
|
*
|
modulemanager: Removed legacy disco#items hook
Waqas Hussain
2009-08-18
1
-39
/
+0
|
*
|
modulemanager: add_feature and add_identity APIs updated to use only the add_...
Waqas Hussain
2009-08-18
1
-2
/
+0
|
*
|
componentmanager: Removed disco#items hook, and reference to core.discomanager
Waqas Hussain
2009-08-18
1
-10
/
+0
|
*
|
mod_disco: Rearranged some lines, and added a FIXME comment
Waqas Hussain
2009-08-18
1
-2
/
+2
|
*
|
mod_disco: Removed reference to core.discomanager
Waqas Hussain
2009-08-18
1
-1
/
+0
|
*
|
mod_disco: Removed legacy IQ hooks
Waqas Hussain
2009-08-18
1
-7
/
+0
|
*
|
mod_disco: Handle disco#items queries using new APIs
Waqas Hussain
2009-08-18
1
-0
/
+14
|
*
|
mod_disco: Added identity server/im with name 'Prosody'
Waqas Hussain
2009-08-18
1
-0
/
+1
|
*
|
mod_disco: Handle disco#info queries using new APIs
Waqas Hussain
2009-08-18
1
-2
/
+26
|
*
|
modulemanager: Added module API function to get all items for a given host ba...
Waqas Hussain
2009-08-18
1
-0
/
+13
|
*
|
modulemanager: Module API functions add_item and add_feature updated to use t...
Waqas Hussain
2009-08-18
1
-0
/
+2
|
*
|
mod_pep: Added name 'Prosody' to the pubsub/pep identity
Waqas Hussain
2009-08-18
1
-1
/
+1
|
*
|
modulemanager: Changed the add_identity module API to accept an optional name...
Waqas Hussain
2009-08-18
1
-2
/
+2
|
*
|
Added: functions add_item and remove_item to add and remove items to the modu...
Waqas Hussain
2009-08-18
1
-0
/
+19
|
*
|
componentmanager: Added function to get a list of children for a given hostname
Waqas Hussain
2009-08-18
1
-0
/
+4
|
*
|
mod_register: Updated to use module:get_option instead of configmanager
Waqas Hussain
2009-08-13
1
-6
/
+5
|
*
|
mod_posix: Updated to use module:get_option instead of configmanager
Waqas Hussain
2009-08-13
1
-4
/
+3
|
*
|
mod_legacyauth: Added a FIXME
Waqas Hussain
2009-08-13
1
-1
/
+1
|
*
|
mod_legacyauth: Refactored a bit
Waqas Hussain
2009-08-13
1
-9
/
+2
|
*
|
mod_legacyauth: Updated to use module:get_option instead of configmanager
Waqas Hussain
2009-08-13
1
-2
/
+1
|
*
|
mod_legacyauth: Removed useless 'require' call on every login attempt
Waqas Hussain
2009-08-13
1
-1
/
+0
*
|
|
core.s2smanager, xmppserver_listener: Move the responsibility of setting sess...
Matthew Wild
2009-08-16
2
-6
/
+1
*
|
|
xmppclient_listener: Remove useless comment
Matthew Wild
2009-08-16
1
-2
/
+0
*
|
|
core.sessionmanager, xmppclient_listener: Move responsibility for setting ses...
Matthew Wild
2009-08-16
2
-4
/
+5
*
|
|
net.server: Comment all calls to mem_free/collectgarbage... not really suitab...
Matthew Wild
2009-08-16
1
-5
/
+5
*
|
|
Shutdown prosody if changing user or group fails.
Tobias Markmann
2009-08-15
1
-4
/
+14
*
|
|
Make mod_posix not complain about root user, if setuid is set to something di...
Tobias Markmann
2009-08-15
1
-4
/
+7
*
|
|
Add setuid and setgid support.
Tobias Markmann
2009-08-15
1
-0
/
+14
*
|
|
Remove print which was used for debugging purposes.
Tobias Markmann
2009-08-13
1
-1
/
+0
*
|
|
Using pcall to make save the rest from zlib fails. Emit errors on those fails.
Tobias Markmann
2009-08-13
1
-5
/
+39
*
|
|
Forgot to use the configured compression_level. Now it's used.
Tobias Markmann
2009-08-13
1
-1
/
+1
*
|
|
Add config option handling.
Tobias Markmann
2009-08-13
1
-0
/
+11
*
|
|
Another unwanted spaces at the end of a line.
Tobias Markmann
2009-08-13
1
-1
/
+1
*
|
|
Add a TODO for s2s compression support.
Tobias Markmann
2009-08-13
1
-1
/
+2
*
|
|
Remove space at the end of a line.
Tobias Markmann
2009-08-13
1
-1
/
+1
[prev]
[next]