Oops, never added the tests for s2smanager to the repo
[prosody.git] / main.lua
2008-11-20 Matthew WildAdd event for server startup completed: server-started
2008-11-15 Tobias MarkmannMerging my new SASL code with Waqas' adjusted saslauth...
2008-11-14 Matthew WildNow outgoing s2s sessions are associated with their...
2008-11-13 Matthew WildMerge from waqas
2008-11-13 Matthew WildAdd support for remote debugger
2008-11-09 Waqas HussainWe don't fail if modules fail to load at startup :)
2008-11-08 Waqas HussainWe now fail if modules fail to load at startup.
2008-11-08 Matthew WildAdd host field to local host sessions
2008-11-06 Waqas HussainReworked the way lxmppd.cfg is used
2008-11-04 Matthew WildMerge (for some reason)
2008-11-03 Waqas HussainA little whitespace fix
2008-11-02 Waqas HussainRemoved require "core.stanza_dispatch"
2008-10-24 Matthew WildMerge from waqas
2008-10-24 Matthew WildMerging more s2s
2008-10-24 Matthew Wilddialback keys now verified
2008-10-23 Matthew WildMaking the best attempt out of a bad merge from waqas
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainMerged from Matthew
2008-10-23 Waqas HussainFixed: Works when LuaRocks is not present
2008-10-22 Matthew WildMerge roster & presence from waqas
2008-10-22 Matthew WildAbstract connections with "connection listeners"
2008-10-12 Matthew WildSome tiny changes for main.lua
2008-10-05 Matthew WildMerged local TLS branch
2008-10-05 Matthew WildTLS: Handshake works, no data after that
2008-10-04 Matthew WildMerge from waqas
2008-10-04 Matthew WildMerge docs from waqas
2008-10-04 Matthew WildDEPENDS updated by waqas
2008-10-04 Matthew WildSession destruction fixes, some debugging code while...
2008-10-04 Matthew WildNew "import" module to help tidy up all the local decla...
2008-10-02 Matthew WildSASL!
2008-10-01 Matthew WildRemoved unused functions from main.lua
2008-10-01 Matthew WildMoved hosts to a config file, still need better config...
2008-10-01 Waqas HussainFixed: Session data was never removed from sessions...
2008-10-01 Matthew WildLet modules set/write globals
2008-09-30 Matthew WildHuge commit to:
2008-08-26 Matthew WildRemove some debugging messages
2008-08-26 Matthew WildMerged in Tobias's SASL lib
2008-08-26 Matthew WildBeginning of new routing logic
2008-08-25 Matthew WildMoved server module to net/
2008-08-25 Matthew WildRemove redundant comments
2008-08-24 Matthew Wild- Remove some debugging code
2008-08-24 matthewPresence unavailable on disconnect
2008-08-24 matthewWorking presence!
2008-08-24 matthewSwitched to new connection framework, courtesy of the...
2008-08-22 matthewFirst commit, where do you want to go tomorrow?