Commit graph

13812 commits

Author SHA1 Message Date
Matthew Wild
d510d54b28 server.lua should degrade gracefully when LuaSec not present 2008-10-22 17:27:40 +01:00
Waqas Hussain
fa8d0e13a3 Added: TODO 2008-10-22 21:20:47 +05:00
Waqas Hussain
dffccde8c2 Fixed: Unhandled stanza handling 2008-10-22 21:20:29 +05:00
Waqas Hussain
9595202d47 Fixed: Roster support 2008-10-22 21:20:07 +05:00
Waqas Hussain
2a2956ef53 Minor edit, and added a TODO 2008-10-22 21:18:50 +05:00
Waqas Hussain
7f7444f62b Added: More complete implementation for mod_roster 2008-10-17 22:20:03 +05:00
Waqas Hussain
e3aaced40d Added: Roster manipulation functions to core.rostermanager 2008-10-17 22:19:26 +05:00
Waqas Hussain
5a896f70f2 Added: presence broadcast
Added: some additional message broadcast checks
2008-10-14 10:26:33 +05:00
Waqas Hussain
97f1c951bc Removed an unnecessary line 2008-10-14 09:56:14 +05:00
Waqas Hussain
a3e21e6d57 Fixed: util/jid.lua now returns module object 2008-10-14 09:54:49 +05:00
Waqas Hussain
1cdd0be85d Fixed: Typos caused by lack of sleep.
Learned: Lua variable assignments are not expressions.
2008-10-14 07:20:29 +05:00
Waqas Hussain
bbff39858d Fixed: mod_roster now outputs all roster data (instead of just the JIDs) 2008-10-12 17:41:14 +05:00
Waqas Hussain
957fe047e2 Added some roster management functions 2008-10-12 17:40:03 +05:00
Waqas Hussain
36df1aac32 Documented the roster object's structure 2008-10-12 17:38:17 +05:00
Matthew Wild
288aaa38ea Some tiny changes for main.lua 2008-10-12 01:23:30 +01:00
Matthew Wild
1693c32c72 Updated TODO 2008-10-12 01:01:19 +01:00
Matthew Wild
5ef6334e69 Remove more of Dolphin's leftovers 2008-10-11 22:16:02 +01:00
Matthew Wild
f31f4c5e4f Add AUTHORS file 2008-10-11 21:40:50 +01:00
Matthew Wild
32a2053972 Fix MUC address 2008-10-09 20:32:59 +01:00
Matthew Wild
b8a82336db Updated pull script for new repo 2008-10-09 20:28:39 +01:00
Waqas Hussain
cbabb9cdb4 Fixed: util.stanza.deserialize now handles nil stanzas 2008-10-09 22:19:35 +05:00
Matthew Wild
5ec7a9c8b4 Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these. 2008-10-09 00:50:45 +01:00
Waqas Hussain
ebf2876664 Fixed: incorrect auth check 2008-10-09 03:40:16 +05:00
Waqas Hussain
9048ca5328 Minor fix 2008-10-09 03:21:16 +05:00
Waqas Hussain
042012b729 Merge from Matthew. datamanager.simplesave fix 2008-10-09 03:01:47 +05:00
Waqas Hussain
48750cfc60 Added: vCard plugin: mod_vcard 2008-10-09 02:59:57 +05:00
Matthew Wild
d90bbc6293 Fix for saving tables with non-string keys 2008-10-08 22:42:51 +01:00
Waqas Hussain
c27c01b893 Added: mod_register now replies with an error stanza when file write fails 2008-10-09 02:08:33 +05:00
Waqas Hussain
4202397776 Added: Datastore support for hosts and global data in addition to users 2008-10-09 01:20:43 +05:00
Waqas Hussain
1c366baed7 Fixed routing for IQs to bare JIDs, and added a simple IQ validity check 2008-10-09 01:18:48 +05:00
Matthew Wild
584b40a682 Merge roster fixes from waqas 2008-10-08 17:27:20 +01:00
Matthew Wild
37890122d6 Merged docs from paul 2008-10-08 17:20:11 +01:00
Matthew Wild
9ab2e330c2 Remove debugging output from when doing TLS 2008-10-08 17:19:00 +01:00
Paul-Sebastian Manole
7ac1049b6a Added script to pull from master mercurial repository
Added a few name suggestions to doc/names.txt
Minor edits.
2008-10-08 19:17:14 +03:00
Waqas Hussain
0af37d5e1e Fixed: rostermanager.lua now returns the module 2008-10-08 21:10:18 +05:00
Waqas Hussain
99d8d3327b Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be available for "c2s" session type. 2008-10-08 20:38:05 +05:00
Waqas Hussain
2afc5cdef0 Fized: Added check to ensure that resource binding is done after auth. 2008-10-08 20:37:16 +05:00
Waqas Hussain
e00ee96830 Load roster on resource bind 2008-10-08 19:30:35 +05:00
Waqas Hussain
e6b3e32fb7 Added to a comment 2008-10-08 17:06:51 +05:00
Waqas Hussain
2a24a95401 Code cleanup 2008-10-08 17:05:25 +05:00
Waqas Hussain
5d8718f3c3 Added: Local stanza routing 2008-10-08 04:49:55 +05:00
Waqas Hussain
55e20d98bd Fixed typo in variable name 2008-10-08 03:38:07 +05:00
Matthew Wild
014df9a22a forgot to commit mod_tls, oops :) 2008-10-07 23:13:30 +01:00
Matthew Wild
63de1444c3 Beginnings of real stanza routing 2008-10-05 19:48:25 +01:00
Matthew Wild
3b33f15654 Merged local TLS branch 2008-10-05 19:16:32 +01:00
Matthew Wild
0c9336110d Working TLS! 2008-10-05 19:10:21 +01:00
Matthew Wild
ab40a27df1 TLS: Handshake works, no data after that 2008-10-05 17:33:38 +01:00
Matthew Wild
11883a5b0b Convert spaces->tabs 2008-10-05 02:48:39 +01:00
Matthew Wild
70be78c6b4 mod_InBandRegistration -> mod_register 2008-10-05 01:39:49 +01:00
Matthew Wild
84219ab443 Merged mod_InBandRegistration from waqas 2008-10-05 01:32:43 +01:00