aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mod_version: Use version from prosody.versionMatthew Wild2009-06-051-2/+2
* prosody: Read version from prosody.version file and set, er, prosody.version!Matthew Wild2009-06-051-0/+11
* Makefile: Experimental support for recording the version of an installed ProsodyMatthew Wild2009-06-051-1/+9
* modulemanager: Load mod_message, mod_iq and mod_presence implicitlyWaqas Hussain2009-06-041-1/+6
* s2smanager: Use a UUID as the dialback secretWaqas Hussain2009-06-041-1/+1
* stanza_router: Remove unused s2s dialback functionsWaqas Hussain2009-06-041-3/+0
* Merge with trunkWaqas Hussain2009-06-044-6/+31
|\
| * Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]Matthew Wild2009-06-041-1/+2
| * Makefile: Specify permissions on installed executables [thanks mhavela]Matthew Wild2009-06-041-2/+2
| * prosody: Add support for general 'interface' option which is used as the defa...Matthew Wild2009-06-041-1/+3
| * net.server: Display server port in error messagesMatthew Wild2009-06-041-2/+2
| * Adding .hgignoreMatthew Wild2009-06-041-0/+22
* | util.sasl: Remove some nastinessWaqas Hussain2009-06-041-2/+0
* | util.uuid: Added function seed(string) to allow further seeding of the PRNGWaqas Hussain2009-06-041-3/+5
* | util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)Waqas Hussain2009-06-041-1/+15
* | util.uuid: More uniqueness!Waqas Hussain2009-06-041-3/+18
* | sessionmanager: It really is username@host, not host@username :)Waqas Hussain2009-06-041-1/+1
|/
* My merge!!!!Waqas Hussain2009-06-042-2/+6
|\
| * prosody.cfg.lua.dist: Enable mod_register by default, but with registration d...Matthew Wild2009-06-021-1/+5
| * sessionmanager: It's username@host, not host@username :)Matthew Wild2009-06-021-1/+1
* | stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV resultWaqas Hussain2009-06-031-0/+1
* | mod_privacy: Initial commitWaqas Hussain2009-06-031-0/+23
* | stanza_router: Remove the 'to' attribute when it's value is the bare JID of t...Waqas Hussain2009-06-031-0/+3
|/
* mod_message: Fix global accessWaqas Hussain2009-06-021-0/+2
* mod_iq: Limit sub-events to get and set IQsWaqas Hussain2009-06-021-2/+2
* mod_presence: Fix a global accessWaqas Hussain2009-06-021-1/+1
* mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzasWaqas Hussain2009-06-021-14/+16
* mod_presence: Check for nil 'to' attribute in all cases for incoming stanzasWaqas Hussain2009-06-021-7/+7
* mod_presence: return true from incoming presence handlers to prevent further ...Waqas Hussain2009-06-021-0/+2
* mod_presence: Handle non-subscription presence and routingWaqas Hussain2009-06-021-0/+20
* mod_presence: Handle subscriptions and probesWaqas Hussain2009-06-021-2/+14
* mod_presence: Add hooks for inbound presenceWaqas Hussain2009-06-021-0/+9
* mod_presence: Fix a commentWaqas Hussain2009-06-021-1/+1
* mod_presence: Handle all outbound presence stanzasWaqas Hussain2009-06-021-2/+6
* mod_presence: A little cleanupWaqas Hussain2009-06-021-4/+5
* mod_presence: Remove JIDs from directed presence list on sending error or una...Waqas Hussain2009-06-021-1/+5
* mod_presence: Handle outbound presence to full JIDsWaqas Hussain2009-06-021-0/+17
* mod_message: A little cleanupWaqas Hussain2009-06-011-22/+21
* mod_message: mod_message now handles all casesWaqas Hussain2009-06-011-18/+40
* stanza_router: Reply with an error on groupchat messages to bare JIDWaqas Hussain2009-06-011-1/+1
* mod_message: Added code to handle error groupchat and headline messages to ba...Waqas Hussain2009-06-011-9/+27
* mod_message: Move bare JID processing to it's own functionWaqas Hussain2009-06-011-16/+20
* stanza_router: Don't reply with an error on invalid JIDs in error or result s...Waqas Hussain2009-06-011-2/+6
* stanza_router: Proper error for clients sending stanzas after auth but before...Waqas Hussain2009-06-011-2/+3
* mod_iq: Correctly handle the lack of 'to' on IQsWaqas Hussain2009-06-011-2/+3
* mod_iq: Immediately return an error for IQs to non-existing bare JIDsWaqas Hussain2009-06-011-1/+11
* mod_iq: Include event data in sub-eventsWaqas Hussain2009-06-011-2/+2
* mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'i...Waqas Hussain2009-06-011-2/+6
* componentmanager: Create events object for configured hosts, and carry it ove...Matthew Wild2009-06-011-2/+4
* Merge backout with following commitsMatthew Wild2009-06-011-3/+3
|\