Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |/ | |/| | |||||
| * | | 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 ↵ | Matthew Wild | 2008-11-23 | 1 | -1/+3 |
| | | | | | | | | | | | | option is going to change tomorrow. | ||||
| * | | 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 |
| | | | |||||
| * | | Fix mod_selftests syntax, and switch it to use config | Matthew Wild | 2008-11-23 | 1 | -10/+6 |
| | | | |||||
| * | | All the people who don't use TLS, this one's for you. | Matthew Wild | 2008-11-22 | 1 | -1/+1 |
| | | | |||||
| * | | Add helper function for adding message bodies to stanzas | Matthew Wild | 2008-11-22 | 1 | -0/+5 |
| |/ | |||||
| * | Now possible to specify nil origin to core_route_stanza. Origin will be ↵ | Matthew Wild | 2008-11-21 | 1 | -0/+4 |
| | | | | | | | | chosen as the host of the 'from' attribute on the stanza. Returns false on no such host. | ||||
| * | Import initial configmanager, not sure if it works yet, but it does pass the ↵ | Matthew Wild | 2008-11-21 | 2 | -0/+133 |
| | | | | | | | | unit tests ;) |