| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | 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: Entity... | Waqas Hussain | 2008-11-26 | 1 | -0/+28 |
* | 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 accou... | Tobias Markmann | 2008-11-23 | 1 | -2/+4 |
* | 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 |
| | |/
| |/| |
|
| * | | Typo prevented modulemanager.load() from returning the error if load failed. | Matthew Wild | 2008-11-23 | 1 | -4/+4 |
| * | | Merge from waqas | Matthew Wild | 2008-11-23 | 6 | -7/+159 |
| |\| |
|
| | * | Added mod_disco | Waqas Hussain | 2008-11-23 | 1 | -0/+9 |
| | * | Added discomanager | Waqas Hussain | 2008-11-23 | 1 | -0/+39 |
| | * | Added discohelper | Waqas Hussain | 2008-11-23 | 1 | -0/+79 |
| | * | Account deletion support | Waqas Hussain | 2008-11-23 | 1 | -1/+28 |
| | * | Check to prevent error for IQs from completely unhandled origins | Waqas Hussain | 2008-11-22 | 1 | -3/+3 |
| | * | Removed useless check | Waqas Hussain | 2008-11-22 | 1 | -3/+1 |
| * | | Only start console if it is enabled in the config. Note that the exact option... | Matthew Wild | 2008-11-23 | 1 | -1/+3 |
| * | | Add initial mod_console | Matthew Wild | 2008-11-23 | 2 | -0/+142 |
| * | | Comment out remote debug, will later be enabled via config | Matthew Wild | 2008-11-23 | 1 | -0/+2 |
| * | | Small fix for connlisteners to accept nil for userdata | Matthew Wild | 2008-11-23 | 1 | -2/+2 |
| * | | Fix various mistakes in dns.lua | Matthew Wild | 2008-11-23 | 1 | -7/+7 |
| * | | Fix dns for poor Windows users, who have never seen a resolv.conf | Matthew Wild | 2008-11-23 | 1 | -1/+3 |
| * | | Add new lxmppd.cfg.lua.dist example config file | Matthew Wild | 2008-11-23 | 1 | -0/+74 |
| * | | New configmanager. Old-style config files still work, but will print a warning | Matthew Wild | 2008-11-23 | 2 | -23/+67 |