| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 |
| * | | 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 chose... | Matthew Wild | 2008-11-21 | 1 | -0/+4 |
| * | Import initial configmanager, not sure if it works yet, but it does pass the ... | Matthew Wild | 2008-11-21 | 2 | -0/+133 |
| * | Update test.lua with a work-in-progress | Matthew Wild | 2008-11-21 | 1 | -3/+3 |
| * | Better names for variables | Matthew Wild | 2008-11-21 | 1 | -4/+4 |
| * | Remove old TODO | Matthew Wild | 2008-11-21 | 1 | -1/+0 |
| * | Remove some declarations I added while debugging | Matthew Wild | 2008-11-21 | 1 | -2/+1 |
| * | Improve jid.split() and jid.bare() to pass new test cases with invalid JIDs | Matthew Wild | 2008-11-21 | 2 | -7/+35 |
| * | Add jid.bare() helper function | Matthew Wild | 2008-11-20 | 1 | -0/+5 |
| * | Adding selftests module, but not enabling in config | Matthew Wild | 2008-11-20 | 1 | -0/+57 |
| * | Oops, never added the tests for s2smanager to the repo | Matthew Wild | 2008-11-20 | 1 | -0/+38 |
| * | Add run_tests.sh | Matthew Wild | 2008-11-20 | 1 | -0/+3 |
| * | Update unit testing to output coverage reports | Matthew Wild | 2008-11-20 | 2 | -6/+62 |
| * | Remove or comment useless prints, or change them to log() | Matthew Wild | 2008-11-20 | 3 | -6/+4 |
| * | Add event for server startup completed: server-started | Matthew Wild | 2008-11-20 | 1 | -0/+2 |
| * | Don't error reply to stanzas direct over the s2s stream they came from | Matthew Wild | 2008-11-20 | 1 | -1/+1 |
| * | Use a stanza for c2s stream features instead of an array of strings. Removes ... | Matthew Wild | 2008-11-20 | 4 | -18/+16 |
| * | Log number of open sessions on session creation | Matthew Wild | 2008-11-20 | 1 | -0/+1 |
| * | Remove a debug print() from xmlhandlers | Matthew Wild | 2008-11-20 | 1 | -1/+0 |
| * | Remove version=1.0 on s2s stream headers, again. | Matthew Wild | 2008-11-20 | 1 | -1/+1 |
| * | Remove an old FIXME comment | Matthew Wild | 2008-11-19 | 1 | -3/+1 |
| * | Fix the reversed to/from on the final db:result. Fixes M-Link and Gmail. Than... | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| * | Comments and logging fixes | Matthew Wild | 2008-11-19 | 1 | -14/+0 |
| * | Send version=1.0 again in s2s stream header | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| * | Fix for setting the correct host on the socket, seems to fix s2s with XCP | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| * | Show which session got disconnected in log message | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| * | Don't error if the original s2s connection has closed before we get the dialb... | Matthew Wild | 2008-11-19 | 1 | -2/+6 |
| * | Don't send version 1.0. Who cares about Gmail? | Matthew Wild | 2008-11-19 | 1 | -1/+1 |
| * | Send version=1.0 in s2s stream header. Send s2s stream:features when in 1.0 m... | Matthew Wild | 2008-11-19 | 1 | -12/+17 |