Software /
code /
prosody
Graph
-
Updated session documentation2008-10-22, by Waqas Hussain
-
Added session property for interested resources2008-10-22, by Waqas Hussain
-
Working presence, presence probes and other fixes2008-10-22, by Waqas Hussain
-
Added: TODO2008-10-22, by Waqas Hussain
-
Fixed: Unhandled stanza handling2008-10-22, by Waqas Hussain
-
Fixed: Roster support2008-10-22, by Waqas Hussain
-
Minor edit, and added a TODO2008-10-22, by Waqas Hussain
-
Added: More complete implementation for mod_roster2008-10-17, by Waqas Hussain
-
Added: Roster manipulation functions to core.rostermanager2008-10-17, by Waqas Hussain
-
Added: presence broadcast2008-10-14, by Waqas Hussain
-
Removed an unnecessary line2008-10-14, by Waqas Hussain
-
Fixed: util/jid.lua now returns module object2008-10-14, by Waqas Hussain
-
Fixed: Typos caused by lack of sleep.2008-10-14, by Waqas Hussain
-
Fixed: mod_roster now outputs all roster data (instead of just the JIDs)2008-10-12, by Waqas Hussain
-
Added some roster management functions2008-10-12, by Waqas Hussain
-
Documented the roster object's structure2008-10-12, by Waqas Hussain
-
Abstract connections with "connection listeners"2008-10-22, by Matthew Wild
-
server.lua should degrade gracefully when LuaSec not present2008-10-22, by Matthew Wild
-
Some tiny changes for main.lua2008-10-12, by Matthew Wild
-
Updated TODO2008-10-12, by Matthew Wild
-
Remove more of Dolphin's leftovers2008-10-11, by Matthew Wild
-
Add AUTHORS file2008-10-11, by Matthew Wild
-
Fix MUC address2008-10-09, by Matthew Wild
-
Updated pull script for new repo2008-10-09, by Matthew Wild
-
Fixed: util.stanza.deserialize now handles nil stanzas2008-10-09, by Waqas Hussain
-
Fixed: incorrect auth check2008-10-08, by Waqas Hussain
-
Minor fix2008-10-08, by Waqas Hussain
-
Merge from Matthew. datamanager.simplesave fix2008-10-08, by Waqas Hussain
-
Added: vCard plugin: mod_vcard2008-10-08, by Waqas Hussain
-
Added: mod_register now replies with an error stanza when file write fails2008-10-08, by Waqas Hussain
-
Added: Datastore support for hosts and global data in addition to users2008-10-08, by Waqas Hussain
-
Fixed routing for IQs to bare JIDs, and added a simple IQ validity check2008-10-08, by Waqas Hussain
-
Fix for saving tables with non-string keys2008-10-08, by Matthew Wild
-
Merge roster fixes from waqas2008-10-08, by Matthew Wild
-
Fixed: rostermanager.lua now returns the module2008-10-08, by Waqas Hussain
-
Removed: Unnecessary check in mod_roster. session.roster is guaranteed to be available for "c2s" session type.2008-10-08, by Waqas Hussain
-
Fized: Added check to ensure that resource binding is done after auth.2008-10-08, by Waqas Hussain
-
Load roster on resource bind2008-10-08, by Waqas Hussain
-
Merged docs from paul2008-10-08, by Matthew Wild
-
Added script to pull from master mercurial repository2008-10-08, by Paul-Sebastian Manole
-
Remove debugging output from when doing TLS2008-10-08, by Matthew Wild
-
Added to a comment2008-10-08, by Waqas Hussain
-
Code cleanup2008-10-08, by Waqas Hussain
-
Added: Local stanza routing2008-10-07, by Waqas Hussain
-
Fixed typo in variable name2008-10-07, by Waqas Hussain
-
forgot to commit mod_tls, oops :)2008-10-07, by Matthew Wild
-
Beginnings of real stanza routing2008-10-05, by Matthew Wild
-
Merged local TLS branch2008-10-05, by Matthew Wild
-
Convert spaces->tabs2008-10-05, by Matthew Wild
-
mod_InBandRegistration -> mod_register2008-10-05, by Matthew Wild
-
Merged mod_InBandRegistration from waqas2008-10-05, by Matthew Wild
-
Docs2008-10-05, by Matthew Wild
-
User registration, etc (jabber:iq:register)2008-10-04, by Waqas Hussain
-
Merge from waqas2008-10-04, by Matthew Wild
-
Removed unused functions2008-10-04, by Waqas Hussain
-
Fix setting resource before we even know what it is2008-10-04, by Matthew Wild
-
Merge docs from waqas2008-10-04, by Matthew Wild
-
Some notes of the stanza and session structures2008-10-04, by Waqas Hussain
-
DEPENDS updated by waqas2008-10-04, by Matthew Wild
-
Session destruction fixes, some debugging code while we fix the rest. Also change logger to be more useful.2008-10-04, by Matthew Wild
-
Fix for destruction of unauthed SASL sessions2008-10-04, by Matthew Wild
-
Added lbase64 to the dependency list2008-10-04, by Waqas Hussain
-
Fix for using wrong auth token as username (fixes Gajim login)2008-10-04, by Matthew Wild
-
New "import" module to help tidy up all the local declarations at the top of modules2008-10-04, by Matthew Wild
-
Use xmlns for matching auth tag too2008-10-04, by Matthew Wild
-
Fix stanza handlers to use xmlns also for matching2008-10-04, by Matthew Wild
-
Resource binding, XMPP sessions (whatever they're for...)2008-10-04, by Matthew Wild
-
Small fix for sending stanzas in case of resource binding error2008-10-04, by Matthew Wild
-
Add "uuid" library and make sessionmanager use this.2008-10-04, by Matthew Wild
-
Reply to unhandled iq's with service-unavailable2008-10-04, by Matthew Wild
-
Small fixes2008-10-04, by Matthew Wild
-
An oops in sessionmanager stream:features code :)2008-10-03, by Matthew Wild
-
Move stream opening handling from xmlhandlers to sessionmanager2008-10-03, by Matthew Wild
-
Add support for arbitrary events and event hooks2008-10-03, by Matthew Wild
-
SASL!2008-10-02, by Matthew Wild
-
Removed unused functions from main.lua2008-10-01, by Matthew Wild
-
Moved hosts to a config file, still need better config though2008-10-01, by Matthew Wild
-
Removed tag tip2008-10-01, by Waqas Hussain
-
Fixed: Session data was never removed from sessions list2008-10-01, by Waqas Hussain
-
Let modules set/write globals2008-10-01, by Matthew Wild
-
Fix quoting in util/sasl.lua2008-09-30, by Matthew Wild
-
Remove now useless debug output2008-09-30, by Matthew Wild
-
Huge commit to:2008-09-30, by Matthew Wild
-
jid.split(): Return nil when passed nil2008-09-30, by Matthew Wild
-
Adding initial unit testing scripts2008-09-27, by Matthew Wild
-
Fixing jid.split() for all JIDs2008-09-27, by Matthew Wild
-
Merged Paul's branch2008-09-17, by Matthew Wild
-
Grrr! Don't use KDE apps to view this repo!2008-09-17, by bt
-
Removed ~ files2008-09-17, by bt
-
Some docs written by Thorns. Need reviewing.2008-09-17, by bt
-
Various documentation updates, and added names.txt :)2008-09-03, by Matthew Wild
-
Updated stanza routing doc2008-08-27, by Matthew Wild
-
Remove some debugging messages2008-08-26, by Matthew Wild
Scroll all the way down to load more.