Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Minor edit, and added a TODO | Waqas Hussain | 2008-10-22 | 1 | -1/+2 | |
| | | ||||||
| * | Added: More complete implementation for mod_roster | Waqas Hussain | 2008-10-17 | 1 | -14/+77 | |
| | | ||||||
| * | Added: Roster manipulation functions to core.rostermanager | Waqas Hussain | 2008-10-17 | 1 | -7/+54 | |
| | | ||||||
| * | Added: presence broadcast | Waqas Hussain | 2008-10-14 | 1 | -7/+23 | |
| | | | | | | | | Added: some additional message broadcast checks | |||||
| * | Removed an unnecessary line | Waqas Hussain | 2008-10-14 | 1 | -2/+1 | |
| | | ||||||
| * | Fixed: util/jid.lua now returns module object | Waqas Hussain | 2008-10-14 | 1 | -0/+2 | |
| | | ||||||
| * | Fixed: Typos caused by lack of sleep. | Waqas Hussain | 2008-10-14 | 1 | -3/+6 | |
| | | | | | | | | Learned: Lua variable assignments are not expressions. | |||||
| * | Fixed: mod_roster now outputs all roster data (instead of just the JIDs) | Waqas Hussain | 2008-10-12 | 1 | -1/+9 | |
| | | ||||||
| * | Added some roster management functions | Waqas Hussain | 2008-10-12 | 2 | -4/+32 | |
| | | ||||||
| * | Documented the roster object's structure | Waqas Hussain | 2008-10-12 | 1 | -0/+18 | |
| | | ||||||
* | | Abstract connections with "connection listeners" | Matthew Wild | 2008-10-22 | 8 | -89/+137 | |
| | | | | | | | | | | | | - Added connlistener for xmppclient - SASL/TLS now use a new session:reset_stream() method - main.lua on its way to being a bit neater | |||||
* | | server.lua should degrade gracefully when LuaSec not present | Matthew Wild | 2008-10-22 | 1 | -2/+2 | |
|/ | ||||||
* | Some tiny changes for main.lua | Matthew Wild | 2008-10-12 | 1 | -2/+2 | |
| | ||||||
* | Updated TODO | Matthew Wild | 2008-10-12 | 1 | -2/+2 | |
| | ||||||
* | Remove more of Dolphin's leftovers | Matthew Wild | 2008-10-11 | 1 | -3/+0 | |
| | ||||||
* | Add AUTHORS file | Matthew Wild | 2008-10-11 | 1 | -0/+6 | |
| | ||||||
* | Fix MUC address | Matthew Wild | 2008-10-09 | 1 | -1/+1 | |
| | ||||||
* | Updated pull script for new repo | Matthew Wild | 2008-10-09 | 1 | -3/+2 | |
| | ||||||
* | Fixed: util.stanza.deserialize now handles nil stanzas | Waqas Hussain | 2008-10-09 | 1 | -11/+13 | |
| | ||||||
* | Stanza preserialize/deserialize helpers, to strip and restore stanzas ↵ | Matthew Wild | 2008-10-09 | 2 | -4/+39 | |
| | | | | respectively. Fixed mod_vcard to use these. | |||||
* | Fixed: incorrect auth check | Waqas Hussain | 2008-10-09 | 1 | -1/+1 | |
| | ||||||
* | Minor fix | Waqas Hussain | 2008-10-09 | 1 | -1/+2 | |
| | ||||||
* | Merge from Matthew. datamanager.simplesave fix | Waqas Hussain | 2008-10-09 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix for saving tables with non-string keys | Matthew Wild | 2008-10-08 | 1 | -1/+1 | |
| | | ||||||
* | | Added: vCard plugin: mod_vcard | Waqas Hussain | 2008-10-09 | 2 | -0/+55 | |
| | | ||||||
* | | Added: mod_register now replies with an error stanza when file write fails | Waqas Hussain | 2008-10-09 | 1 | -2/+4 | |
| | | ||||||
* | | Added: Datastore support for hosts and global data in addition to users | Waqas Hussain | 2008-10-09 | 1 | -1/+7 | |
| | | ||||||
* | | Fixed routing for IQs to bare JIDs, and added a simple IQ validity check | Waqas Hussain | 2008-10-09 | 1 | -1/+6 | |
|/ | ||||||
* | Merge roster fixes from waqas | Matthew Wild | 2008-10-08 | 4 | -8/+12 | |
|\ | ||||||
| * | Fixed: rostermanager.lua now returns the module | Waqas Hussain | 2008-10-08 | 1 | -0/+2 | |
| | | ||||||
| * | Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be ↵ | Waqas Hussain | 2008-10-08 | 1 | -8/+0 | |
| | | | | | | | | available for "c2s" session type. | |||||
| * | Fized: Added check to ensure that resource binding is done after auth. | Waqas Hussain | 2008-10-08 | 1 | -0/+7 | |
| | | ||||||
| * | Load roster on resource bind | Waqas Hussain | 2008-10-08 | 1 | -0/+3 | |
| | | ||||||
* | | Merged docs from paul | Matthew Wild | 2008-10-08 | 3 | -8/+39 | |
|\ \ | ||||||
| * | | Added script to pull from master mercurial repository | Paul-Sebastian Manole | 2008-10-08 | 3 | -8/+39 | |
| |/ | | | | | | | | | Added a few name suggestions to doc/names.txt Minor edits. | |||||
* / | Remove debugging output from when doing TLS | Matthew Wild | 2008-10-08 | 1 | -1/+0 | |
|/ | ||||||
* | Added to a comment | Waqas Hussain | 2008-10-08 | 1 | -1/+1 | |
| | ||||||
* | Code cleanup | Waqas Hussain | 2008-10-08 | 1 | -4/+1 | |
| | ||||||
* | Added: Local stanza routing | Waqas Hussain | 2008-10-08 | 1 | -2/+28 | |
| | ||||||
* | Fixed typo in variable name | Waqas Hussain | 2008-10-08 | 1 | -1/+1 | |
| | ||||||
* | forgot to commit mod_tls, oops :) | Matthew Wild | 2008-10-07 | 1 | -0/+37 | |
| | ||||||
* | Beginnings of real stanza routing | Matthew Wild | 2008-10-05 | 1 | -0/+14 | |
| | ||||||
* | Merged local TLS branch | Matthew Wild | 2008-10-05 | 4 | -7/+228 | |
|\ | ||||||
| * | Working TLS! | Matthew Wild | 2008-10-05 | 2 | -39/+47 | |
| | | ||||||
| * | TLS: Handshake works, no data after that | Matthew Wild | 2008-10-05 | 3 | -7/+220 | |
|/ | ||||||
* | Convert spaces->tabs | Matthew Wild | 2008-10-05 | 1 | -476/+476 | |
| | ||||||
* | mod_InBandRegistration -> mod_register | Matthew Wild | 2008-10-05 | 2 | -1/+1 | |
| | ||||||
* | Merged mod_InBandRegistration from waqas | Matthew Wild | 2008-10-05 | 4 | -0/+103 | |
|\ | ||||||
| * | User registration, etc (jabber:iq:register) | Waqas Hussain | 2008-10-05 | 4 | -0/+103 | |
| | | ||||||
* | | Docs | Matthew Wild | 2008-10-05 | 1 | -2/+4 | |
| | |