aboutsummaryrefslogtreecommitdiffstats
path: root/main.lua
Commit message (Expand)AuthorAgeFilesLines
* Now outgoing s2s sessions are associated with their from_host, fixes #15Matthew Wild2008-11-141-1/+1
* Add support for remote debuggerMatthew Wild2008-11-131-0/+3
* We don't fail if modules fail to load at startup :)Waqas Hussain2008-11-091-3/+1
* We now fail if modules fail to load at startup.Waqas Hussain2008-11-091-1/+3
* Add host field to local host sessionsMatthew Wild2008-11-081-1/+1
* Reworked the way lxmppd.cfg is usedWaqas Hussain2008-11-061-16/+16
* A little whitespace fixWaqas Hussain2008-11-041-3/+3
* Removed require "core.stanza_dispatch"Waqas Hussain2008-11-021-1/+0
* Merging more s2sMatthew Wild2008-10-241-0/+1
|\
| * dialback keys now verifiedMatthew Wild2008-10-241-0/+1
* | Fixed: Works when LuaRocks is not presentWaqas Hussain2008-10-231-2/+2
|/
* Abstract connections with "connection listeners"Matthew Wild2008-10-221-58/+9
* Some tiny changes for main.luaMatthew Wild2008-10-121-2/+2
* TLS: Handshake works, no data after thatMatthew Wild2008-10-051-2/+2
* Session destruction fixes, some debugging code while we fix the rest. Also ch...Matthew Wild2008-10-041-6/+4
* New "import" module to help tidy up all the local declarations at the top of ...Matthew Wild2008-10-041-0/+2
* SASL!Matthew Wild2008-10-021-4/+4
* Removed unused functions from main.luaMatthew Wild2008-10-021-58/+0
* Moved hosts to a config file, still need better config thoughMatthew Wild2008-10-011-17/+5
* Fixed: Session data was never removed from sessions listWaqas Hussain2008-10-011-0/+1
* Let modules set/write globalsMatthew Wild2008-10-011-1/+2
* Huge commit to:Matthew Wild2008-09-301-9/+6
* Remove some debugging messagesMatthew Wild2008-08-261-7/+6
* Beginning of new routing logicMatthew Wild2008-08-261-2/+15
* Moved server module to net/Matthew Wild2008-08-251-1/+1
* Remove redundant commentsMatthew Wild2008-08-251-6/+0
* - Remove some debugging codeMatthew Wild2008-08-241-15/+19
* Added all the files to please hg :/matthew2008-08-241-0/+168