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 (
Collapse
)
Author
Age
Files
Lines
*
Merge from waqas
Matthew Wild
2008-11-27
4
-5
/
+43
|
\
|
*
Makefile now works on windows with Microsoft's compiler
Waqas Hussain
2008-11-27
2
-0
/
+34
|
|
|
*
Minor changes to C files (to prevent compiler warnings)
Waqas Hussain
2008-11-27
2
-5
/
+9
|
|
*
|
Some mod_console updates
Matthew Wild
2008-11-27
1
-3
/
+20
|
|
*
|
is_loaded() and incomplete unload() for modules
Matthew Wild
2008-11-27
1
-0
/
+20
|
/
*
Bumper commit for the new modulemanager API \o/ Updates all the modules, ↵
Matthew Wild
2008-11-27
17
-96
/
+143
|
|
|
|
though some more changes may be in store.
*
Nice enhancement for logging output
Matthew Wild
2008-11-27
1
-3
/
+9
|
*
Removing servermanager... it is no longer used
Matthew Wild
2008-11-27
1
-21
/
+0
|
*
Log reason for connection failure
Matthew Wild
2008-11-26
1
-1
/
+1
|
*
(Basic) IDNA and SRV fallback support
Matthew Wild
2008-11-26
2
-36
/
+62
|
*
Fix to make a global configmanager instance
Matthew Wild
2008-11-26
1
-1
/
+1
|
*
Fix for hashes.c and encodings.c to rename luaopen for util_*
Matthew Wild
2008-11-26
2
-2
/
+2
|
*
Fix a waqas copy/paste error. It was my fault again apparently.
Matthew Wild
2008-11-26
1
-0
/
+1
|
*
Merge from waqas
Matthew Wild
2008-11-26
1
-2
/
+29
|
\
|
*
Added options to limit the number of resources and for handling of resource ↵
Waqas Hussain
2008-11-27
1
-2
/
+29
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conflicts - core.max_resources: defaults to 10 - core.conflict_resolve: can be "random", "increment", "kick_new" and "kick_old" (default)
*
|
Update mod_selftests to use the hosts on http://xmpp.org/interop/servers.shtml
Matthew Wild
2008-11-26
1
-1
/
+1
|
|
*
|
Yes, we don't put these things in here, we put them in here.
Matthew Wild
2008-11-26
1
-0
/
+0
|
/
*
Wrapped a core_process_stanza call in an xpcall call
Waqas Hussain
2008-11-26
1
-1
/
+1
|
*
Added mod_ping with support for [XEP-0199: XMPP Ping]
Waqas Hussain
2008-11-26
1
-0
/
+11
|
*
Changed format for XEP-0090 to the legacy format
Waqas Hussain
2008-11-26
1
-1
/
+2
|
*
Added mod_time with support for [XEP-0202: Entity Time] and [XEP-0090: ↵
Waqas Hussain
2008-11-26
1
-0
/
+28
|
|
|
|
Entity Time] (deprecated)
*
Merge from waqas
Matthew Wild
2008-11-26
9
-2
/
+30
|
\
|
*
Modules now sending disco replies
Waqas Hussain
2008-11-26
8
-2
/
+17
|
|
|
*
Minor bug fix
Waqas Hussain
2008-11-26
1
-2
/
+2
|
|
|
*
Added helper method to discomanager
Waqas Hussain
2008-11-26
1
-0
/
+13
|
|
*
|
Add rough Makefile for util-src/
Matthew Wild
2008-11-26
1
-0
/
+24
|
/
*
Removed commented code
Waqas Hussain
2008-11-26
2
-162
/
+4
|
*
Added util-src/hashes.c - support for sha1, sha256 and md5 hashes
Waqas Hussain
2008-11-26
1
-0
/
+204
|
*
Added util-src/encodings.c - support for base64, stringprep and idna encodings
Waqas Hussain
2008-11-26
1
-0
/
+237
|
*
Update TODO
Matthew Wild
2008-11-25
1
-5
/
+2
|
*
Refuse to run without SSL/TLS unless run_without_ssl is set in config
Matthew Wild
2008-11-25
1
-1
/
+5
|
*
Change loading order of modules, config before dependency checking
Matthew Wild
2008-11-25
1
-4
/
+4
|
*
Some mod_console changes
Matthew Wild
2008-11-25
1
-13
/
+38
|
*
Trivial whitespace fix in the missing dependency message
Matthew Wild
2008-11-25
1
-0
/
+1
|
*
Add MD5 to the list of checked dependencies
Matthew Wild
2008-11-25
1
-0
/
+14
|
*
Friendlier messages on missing dependencies
Matthew Wild
2008-11-25
2
-3
/
+37
|
*
Fix softreq, so it reports when no suitable MD5 library is found
Matthew Wild
2008-11-25
1
-1
/
+1
|
*
SSL library is optional, not a fatal error
Matthew Wild
2008-11-25
1
-1
/
+1
|
*
Some ends too much.
Tobias Markmann
2008-11-23
1
-2
/
+2
|
*
Some changes to report more correct SASL failures. Support for disabled ↵
Tobias Markmann
2008-11-23
1
-2
/
+4
|
|
|
|
accounts.
*
Merging with main branch.
Tobias Markmann
2008-11-23
37
-262
/
+2287
|
\
|
*
Merge from waqas
Matthew Wild
2008-11-23
2
-7
/
+12
|
|
\
|
|
*
Added temporary fix for srv on windows: using opendns nameservers
Waqas Hussain
2008-11-23
1
-5
/
+10
|
|
|
|
|
*
Check to prevent error on IQs from completely unhandled origins
Waqas Hussain
2008-11-23
1
-2
/
+2
|
|
|
|
*
|
Backed out the backout. Now we're back out.
Matthew Wild
2008-11-23
1
-4
/
+4
|
|
|
|
*
|
Reverted my change to modulemanager, to restore those made by waqas
Matthew Wild
2008-11-23
1
-4
/
+4
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Backed out changeset 79bd7a3e906c
Matthew Wild
2008-11-23
1
-4
/
+4
|
|
|
|
*
|
Merge from waqas
Matthew Wild
2008-11-23
1
-1
/
+1
|
|
\
\
|
|
*
|
Ahem, a bit of an identity crisis..
Waqas Hussain
2008-11-23
1
-1
/
+1
|
|
|
|
|
*
|
|
Removing lxmppd.cfg.dist
Matthew Wild
2008-11-23
1
-31
/
+0
|
|
|
/
|
|
/
|
[next]