TLS/SASL no longer should include the connhandler module
|
Matthew Wild |
2008-10-23 |
Relocate presence broadcast to core_handle_stanza()
|
Matthew Wild |
2008-10-23 |
Merge roster & presence from waqas
|
Matthew Wild |
2008-10-22 |
Fixed: datamanager.store and datamanager.load could crash when username or host arguments were nil. (useful for server specific and global data).
|
Waqas Hussain |
2008-10-22 |
Updated and fixed session documentation
|
Waqas Hussain |
2008-10-22 |
Updated session documentation
|
Waqas Hussain |
2008-10-22 |
Added session property for interested resources
|
Waqas Hussain |
2008-10-22 |
Working presence, presence probes and other fixes
|
Waqas Hussain |
2008-10-22 |
Added: TODO
|
Waqas Hussain |
2008-10-22 |
Fixed: Unhandled stanza handling
|
Waqas Hussain |
2008-10-22 |
Fixed: Roster support
|
Waqas Hussain |
2008-10-22 |
Minor edit, and added a TODO
|
Waqas Hussain |
2008-10-22 |
Added: More complete implementation for mod_roster
|
Waqas Hussain |
2008-10-17 |
Added: Roster manipulation functions to core.rostermanager
|
Waqas Hussain |
2008-10-17 |
Added: presence broadcast
|
Waqas Hussain |
2008-10-14 |
Removed an unnecessary line
|
Waqas Hussain |
2008-10-14 |
Fixed: util/jid.lua now returns module object
|
Waqas Hussain |
2008-10-14 |
Fixed: Typos caused by lack of sleep.
|
Waqas Hussain |
2008-10-14 |
Fixed: mod_roster now outputs all roster data (instead of just the JIDs)
|
Waqas Hussain |
2008-10-12 |
Added some roster management functions
|
Waqas Hussain |
2008-10-12 |
Documented the roster object's structure
|
Waqas Hussain |
2008-10-12 |
Abstract connections with "connection listeners"
|
Matthew Wild |
2008-10-22 |
server.lua should degrade gracefully when LuaSec not present
|
Matthew Wild |
2008-10-22 |
Some tiny changes for main.lua
|
Matthew Wild |
2008-10-12 |
Updated TODO
|
Matthew Wild |
2008-10-12 |
Remove more of Dolphin's leftovers
|
Matthew Wild |
2008-10-11 |
Add AUTHORS file
|
Matthew Wild |
2008-10-11 |
Fix MUC address
|
Matthew Wild |
2008-10-09 |
Updated pull script for new repo
|
Matthew Wild |
2008-10-09 |
Fixed: util.stanza.deserialize now handles nil stanzas
|
Waqas Hussain |
2008-10-09 |
Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these.
|
Matthew Wild |
2008-10-08 |
Fixed: incorrect auth check
|
Waqas Hussain |
2008-10-08 |
Minor fix
|
Waqas Hussain |
2008-10-08 |
Merge from Matthew. datamanager.simplesave fix
|
Waqas Hussain |
2008-10-08 |
Added: vCard plugin: mod_vcard
|
Waqas Hussain |
2008-10-08 |
Added: mod_register now replies with an error stanza when file write fails
|
Waqas Hussain |
2008-10-08 |
Added: Datastore support for hosts and global data in addition to users
|
Waqas Hussain |
2008-10-08 |
Fixed routing for IQs to bare JIDs, and added a simple IQ validity check
|
Waqas Hussain |
2008-10-08 |
Fix for saving tables with non-string keys
|
Matthew Wild |
2008-10-08 |
Merge roster fixes from waqas
|
Matthew Wild |
2008-10-08 |
Fixed: rostermanager.lua now returns the module
|
Waqas Hussain |
2008-10-08 |
Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be available for "c2s" session type.
|
Waqas Hussain |
2008-10-08 |
Fized: Added check to ensure that resource binding is done after auth.
|
Waqas Hussain |
2008-10-08 |
Load roster on resource bind
|
Waqas Hussain |
2008-10-08 |
Merged docs from paul
|
Matthew Wild |
2008-10-08 |
Added script to pull from master mercurial repository
|
Paul-Sebastian Manole |
2008-10-08 |
Remove debugging output from when doing TLS
|
Matthew Wild |
2008-10-08 |
Added to a comment
|
Waqas Hussain |
2008-10-08 |
Code cleanup
|
Waqas Hussain |
2008-10-08 |
Added: Local stanza routing
|
Waqas Hussain |
2008-10-07 |
Fixed typo in variable name
|
Waqas Hussain |
2008-10-07 |
forgot to commit mod_tls, oops :)
|
Matthew Wild |
2008-10-07 |
Beginnings of real stanza routing
|
Matthew Wild |
2008-10-05 |
Merged local TLS branch
|
Matthew Wild |
2008-10-05 |
Working TLS!
tls
|
Matthew Wild |
2008-10-05 |
TLS: Handshake works, no data after that
tls
|
Matthew Wild |
2008-10-05 |
Convert spaces->tabs
|
Matthew Wild |
2008-10-05 |
mod_InBandRegistration -> mod_register
|
Matthew Wild |
2008-10-05 |
Merged mod_InBandRegistration from waqas
|
Matthew Wild |
2008-10-05 |
Docs
|
Matthew Wild |
2008-10-05 |
User registration, etc (jabber:iq:register)
|
Waqas Hussain |
2008-10-04 |
Merge from waqas
|
Matthew Wild |
2008-10-04 |
Removed unused functions
|
Waqas Hussain |
2008-10-04 |
Fix setting resource before we even know what it is
|
Matthew Wild |
2008-10-04 |
Merge docs from waqas
|
Matthew Wild |
2008-10-04 |
Some notes of the stanza and session structures
|
Waqas Hussain |
2008-10-04 |
DEPENDS updated by waqas
|
Matthew Wild |
2008-10-04 |
Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful.
|
Matthew Wild |
2008-10-04 |
Fix for destruction of unauthed SASL sessions
|
Matthew Wild |
2008-10-04 |
Added lbase64 to the dependency list
|
Waqas Hussain |
2008-10-04 |
Fix for using wrong auth token as username (fixes Gajim login)
|
Matthew Wild |
2008-10-04 |
New "import" module to help tidy up all the local declarations at the top of modules
|
Matthew Wild |
2008-10-04 |
Use xmlns for matching auth tag too
|
Matthew Wild |
2008-10-04 |
Fix stanza handlers to use xmlns also for matching
|
Matthew Wild |
2008-10-04 |
Resource binding, XMPP sessions (whatever they're for...)
|
Matthew Wild |
2008-10-04 |
Small fix for sending stanzas in case of resource binding error
|
Matthew Wild |
2008-10-04 |
Add "uuid" library and make sessionmanager use this.
|
Matthew Wild |
2008-10-04 |
Reply to unhandled iq's with service-unavailable
|
Matthew Wild |
2008-10-04 |
Small fixes
|
Matthew Wild |
2008-10-04 |
An oops in sessionmanager stream:features code :)
|
Matthew Wild |
2008-10-03 |
Move stream opening handling from xmlhandlers to sessionmanager
|
Matthew Wild |
2008-10-03 |
Add support for arbitrary events and event hooks
|
Matthew Wild |
2008-10-03 |
SASL!
|
Matthew Wild |
2008-10-02 |
Removed unused functions from main.lua
|
Matthew Wild |
2008-10-01 |
Moved hosts to a config file, still need better config though
|
Matthew Wild |
2008-10-01 |
Removed tag tip
|
Waqas Hussain |
2008-10-01 |
Fixed: Session data was never removed from sessions list
|
Waqas Hussain |
2008-10-01 |
Let modules set/write globals
|
Matthew Wild |
2008-10-01 |
Fix quoting in util/sasl.lua
|
Matthew Wild |
2008-09-30 |
Remove now useless debug output
|
Matthew Wild |
2008-09-30 |
Huge commit to:
|
Matthew Wild |
2008-09-30 |
jid.split(): Return nil when passed nil
|
Matthew Wild |
2008-09-30 |
Adding initial unit testing scripts
|
Matthew Wild |
2008-09-27 |
Fixing jid.split() for all JIDs
|
Matthew Wild |
2008-09-27 |
Merged Paul's branch
|
Matthew Wild |
2008-09-17 |
Grrr! Don't use KDE apps to view this repo!
|
bt |
2008-09-17 |
Removed ~ files
|
bt |
2008-09-17 |
Some docs written by Thorns. Need reviewing.
|
bt |
2008-09-17 |
Various documentation updates, and added names.txt :)
|
Matthew Wild |
2008-09-03 |
Updated stanza routing doc
|
Matthew Wild |
2008-08-27 |
Remove some debugging messages
|
Matthew Wild |
2008-08-26 |
Merged in Tobias's SASL lib
|
Matthew Wild |
2008-08-26 |
Beginning of new routing logic
|
Matthew Wild |
2008-08-26 |
module table was missing
|
Tobias Markmann |
2008-08-26 |
* missing base64 decode of SASL response
|
Tobias Markmann |
2008-08-25 |
adding SASL lib with PLAIN support, not tested yet
|
Tobias Markmann |
2008-08-25 |
Added tests/ folder
|
Matthew Wild |
2008-08-25 |
Coding style doc, HACKERS file
|
Matthew Wild |
2008-08-25 |
Moved server module to net/
|
Matthew Wild |
2008-08-25 |
Remove redundant comments
|
Matthew Wild |
2008-08-25 |
renaming _ to sock to improve readability
|
Tobias Markmann |
2008-08-24 |
remaned _ to sock to improve readability
|
Tobias Markmann |
2008-08-24 |
added LICENSE file
|
Matthew Wild |
2008-08-24 |
- Remove some debugging code
|
Matthew Wild |
2008-08-24 |
Merged 2 heads o_O
|
matthew |
2008-08-24 |
Added all the files to please hg :/
|
matthew |
2008-08-24 |
Presence unavailable on disconnect
|
matthew |
2008-08-24 |
"Shared roster" - well, kind of :)
|
matthew |
2008-08-24 |
Working presence!
|
matthew |
2008-08-24 |
Switched to new connection framework, courtesy of the luadch project
|
matthew |
2008-08-24 |