Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -0/+2 |
| | |||||
* | Comment out remote debug, will later be enabled via config | Matthew Wild | 2008-11-23 | 1 | -0/+2 |
| | |||||
* | New configmanager. Old-style config files still work, but will print a warning | Matthew Wild | 2008-11-23 | 1 | -13/+41 |
| | |||||
* | Add event for server startup completed: server-started | Matthew Wild | 2008-11-20 | 1 | -0/+2 |
| | |||||
* | Now outgoing s2s sessions are associated with their from_host, fixes #15 | Matthew Wild | 2008-11-14 | 1 | -1/+1 |
| | |||||
* | Add support for remote debugger | Matthew Wild | 2008-11-13 | 1 | -0/+3 |
| | |||||
* | We don't fail if modules fail to load at startup :) | Waqas Hussain | 2008-11-09 | 1 | -3/+1 |
| | |||||
* | We now fail if modules fail to load at startup. | Waqas Hussain | 2008-11-09 | 1 | -1/+3 |
| | |||||
* | Add host field to local host sessions | Matthew Wild | 2008-11-08 | 1 | -1/+1 |
| | |||||
* | Reworked the way lxmppd.cfg is used | Waqas Hussain | 2008-11-06 | 1 | -16/+16 |
| | |||||
* | A little whitespace fix | Waqas Hussain | 2008-11-04 | 1 | -3/+3 |
| | |||||
* | Removed require "core.stanza_dispatch" | Waqas Hussain | 2008-11-02 | 1 | -1/+0 |
| | |||||
* | Merging more s2s | Matthew Wild | 2008-10-24 | 1 | -0/+1 |
|\ | |||||
| * | dialback keys now verified | Matthew Wild | 2008-10-24 | 1 | -0/+1 |
| | | |||||
* | | Fixed: Works when LuaRocks is not present | Waqas Hussain | 2008-10-23 | 1 | -2/+2 |
|/ | |||||
* | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 1 | -58/+9 |
| | | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater | ||||
* | Some tiny changes for main.lua | Matthew Wild | 2008-10-12 | 1 | -2/+2 |
| | |||||
* | TLS: Handshake works, no data after that | Matthew Wild | 2008-10-05 | 1 | -2/+2 |
| | |||||
* | Session destruction fixes, some debugging code while we fix the rest. Also ↵ | Matthew Wild | 2008-10-04 | 1 | -6/+4 |
| | | | | change logger to be more useful. | ||||
* | New "import" module to help tidy up all the local declarations at the top of ↵ | Matthew Wild | 2008-10-04 | 1 | -0/+2 |
| | | | | modules | ||||
* | SASL! | Matthew Wild | 2008-10-02 | 1 | -4/+4 |
| | | | | | (but before you get too excited, no resource binding yet. And yes, there are still plenty of rough edges to the code...) ((eg. must move <stream:features> out of xmlhandlers.lua o_O )) | ||||
* | Removed unused functions from main.lua | Matthew Wild | 2008-10-02 | 1 | -58/+0 |
| | |||||
* | Moved hosts to a config file, still need better config though | Matthew Wild | 2008-10-01 | 1 | -17/+5 |
| | |||||
* | Fixed: Session data was never removed from sessions list | Waqas Hussain | 2008-10-01 | 1 | -0/+1 |
| | |||||
* | Let modules set/write globals | Matthew Wild | 2008-10-01 | 1 | -1/+2 |
| | |||||
* | Huge commit to: | Matthew Wild | 2008-09-30 | 1 | -9/+6 |
| | | | | | | | * Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface | ||||
* | Remove some debugging messages | Matthew Wild | 2008-08-26 | 1 | -7/+6 |
| | | | | | Connection now closed on error Removed version='1.0' to keep it working with non-SASL | ||||
* | Beginning of new routing logic | Matthew Wild | 2008-08-26 | 1 | -2/+15 |
| | |||||
* | Moved server module to net/ | Matthew Wild | 2008-08-25 | 1 | -1/+1 |
| | | | | also added note on licensing of that module | ||||
* | Remove redundant comments | Matthew Wild | 2008-08-25 | 1 | -6/+0 |
| | |||||
* | - Remove some debugging code | Matthew Wild | 2008-08-24 | 1 | -15/+19 |
| | | | | | | | - Don't allow stanzas to be sent before successful auth (needs further review) - Make init_xmlhandlers local - Fix indentation in main.lua - Fix disconnect logic (it broke if client disconnected before auth, etc.) | ||||
* | Added all the files to please hg :/ | matthew | 2008-08-24 | 1 | -0/+168 |