prosody.git
15 years agoRemove some debugging messages
Matthew Wild [Tue, 26 Aug 2008 15:57:00 +0000 (16:57 +0100)]
Remove some debugging messages
Connection now closed on error
Removed version='1.0' to keep it working with non-SASL

15 years agoMerged in Tobias's SASL lib
Matthew Wild [Tue, 26 Aug 2008 12:15:06 +0000 (13:15 +0100)]
Merged in Tobias's SASL lib

15 years agoBeginning of new routing logic
Matthew Wild [Tue, 26 Aug 2008 12:14:43 +0000 (13:14 +0100)]
Beginning of new routing logic

15 years agomodule table was missing
Tobias Markmann [Tue, 26 Aug 2008 12:11:52 +0000 (14:11 +0200)]
module table was missing

15 years ago* missing base64 decode of SASL response
Tobias Markmann [Mon, 25 Aug 2008 23:01:13 +0000 (01:01 +0200)]
* missing base64 decode of SASL response

15 years agoadding SASL lib with PLAIN support, not tested yet
Tobias Markmann [Mon, 25 Aug 2008 22:57:46 +0000 (00:57 +0200)]
adding SASL lib with PLAIN support, not tested yet

15 years agoAdded tests/ folder
Matthew Wild [Mon, 25 Aug 2008 21:19:47 +0000 (22:19 +0100)]
Added tests/ folder

15 years agoCoding style doc, HACKERS file
Matthew Wild [Mon, 25 Aug 2008 21:06:47 +0000 (22:06 +0100)]
Coding style doc, HACKERS file

15 years agoMoved server module to net/
Matthew Wild [Mon, 25 Aug 2008 15:46:05 +0000 (16:46 +0100)]
Moved server module to net/
also added note on licensing of that module

15 years agoRemove redundant comments
Matthew Wild [Mon, 25 Aug 2008 01:10:50 +0000 (02:10 +0100)]
Remove redundant comments

15 years agorenaming _ to sock to improve readability
Tobias Markmann [Sun, 24 Aug 2008 22:35:54 +0000 (00:35 +0200)]
renaming _ to sock to improve readability

15 years agoremaned _ to sock to improve readability
Tobias Markmann [Sun, 24 Aug 2008 22:33:16 +0000 (00:33 +0200)]
remaned _ to sock to improve readability

15 years agoadded LICENSE file
Matthew Wild [Sun, 24 Aug 2008 21:51:01 +0000 (22:51 +0100)]
added LICENSE file

15 years ago- Remove some debugging code
Matthew Wild [Sun, 24 Aug 2008 21:48:27 +0000 (22:48 +0100)]
- Remove some debugging code
- 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.)

15 years agoMerged 2 heads o_O
matthew@silver [Sun, 24 Aug 2008 17:08:04 +0000 (18:08 +0100)]
Merged 2 heads o_O

15 years agoAdded all the files to please hg :/
matthew@silver [Sun, 24 Aug 2008 17:01:20 +0000 (18:01 +0100)]
Added all the files to please hg :/

15 years agoPresence unavailable on disconnect
matthew [Sun, 24 Aug 2008 14:52:02 +0000 (14:52 +0000)]
Presence unavailable on disconnect

15 years ago"Shared roster" - well, kind of :)
matthew [Sun, 24 Aug 2008 13:29:01 +0000 (13:29 +0000)]
"Shared roster" - well, kind of :)
+ TODO

15 years agoWorking presence!
matthew [Sun, 24 Aug 2008 04:34:01 +0000 (04:34 +0000)]
Working presence!

15 years agoSwitched to new connection framework, courtesy of the luadch project
matthew [Sun, 24 Aug 2008 01:51:02 +0000 (01:51 +0000)]
Switched to new connection framework, courtesy of the luadch project
Now supports SSL on 5223
Beginning support for presence (aka. the proper routing of stanzas)

15 years agoFirst commit, where do you want to go tomorrow?
matthew [Fri, 22 Aug 2008 21:09:04 +0000 (21:09 +0000)]
First commit, where do you want to go tomorrow?