prosody.git
2009-03-03 Matthew Wildtests: Add test for iq error replies
2009-03-03 Matthew Wildcore.configmanager: Small fix to check validity of...
2009-03-02 Matthew Wildmod_muc: Don't bounce error replies in response to...
2009-03-02 Matthew Wildnet.server: Fix to make sure we send a string to loggin...
2009-03-02 Matthew Wildcore.stanza_router: Don't bounce errors to iq type...
2009-03-02 Matthew Wildprosody: Log top-level errors
2009-03-02 Matthew Wildcore.s2smanager: Remove some old commented code, break...
2009-03-01 Matthew Wildutil.dataforms: Return the form
2009-03-01 Matthew Wildnet.server: Don't retry if client closes socket during...
2009-02-28 Matthew WildAdding initial util.pubsub
2009-02-28 Matthew Wildcore.stanza_router: Reply with error to groupchat messa...
2009-02-28 Matthew Wildcore.componentmanager: Refactor a little to make XEP...
2009-02-27 Matthew Wildnet.server: Some fixes for SSL/TLS handshake handling
2009-02-27 Matthew Wildutil.dataforms: First commit, incomplete
2009-02-27 Matthew Wildcore.xmlhandlers: Remove redundant check in condition
2009-02-27 Matthew Wildprosody: Protect main loop. Dare I say crashing finally...
2009-02-26 Matthew Wildutil.timer: More small fixes I forgot to commit
2009-02-26 Matthew Wildutil.timer: Fix crash when loaded but no tasks set...
2009-02-26 Matthew Wildutil.multitable: Add mt:search(), use nil for wildcard...
2009-02-26 Matthew WildBetter handling of found, but unloadable, core librarie...
2009-02-26 Matthew Wildcore.xmlhandlers: Optimise completed stanza logic
2009-02-26 Matthew Wildnet/xmppclient_listener: Add some logging and handle...
2009-02-22 Waqas Hussainmod_register: Fixed an error happening during account...
2009-02-20 Waqas HussainMUC: Added copyright notice
2009-02-20 Waqas HussainMUC: Replaced some duplicate code
2009-02-20 Waqas HussainMUC: Removed commented and unused code
2009-02-20 Waqas HussainAdded util/timer.lua - a timer API
2009-02-19 Waqas HussainMUC: Workaround for a Gajim bug (it includes <x xmlns...
2009-02-19 Waqas HussainMUC: Use util.stanza.clone instead of pre/deserialize...
2009-02-19 Waqas Hussainutil/stanza: Added clone function
2009-02-19 Waqas HussainMUC: Syntax error in last commit - this is lua :)
2009-02-19 Waqas HussainMUC: Throw an error if we try talking to ourselves
2009-02-19 Matthew Wildcore.presencemanager: Set 'from' attribute on outgoing...
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Waqas HussainMUC: Bug fixes and workarounds
2009-02-19 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-19 Waqas HussainMUC: Logging - logger doesn't like nils
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Waqas HussainMUC: Added logging
2009-02-18 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-02-18 Matthew Wildmod_bosh: Possible fix for invalid key to next crash
2009-02-18 Matthew Wildnet.server: Fix some more potential nil handler accesses
2009-02-18 Waqas HussainMUC: Various fixes
2009-02-16 Waqas HussainMUC: Fixed: Presence for user joining the roomi was...
2009-02-16 Matthew WildMerge from waqas
2009-02-16 Matthew WildMerge waqas with waqas
2009-02-16 Waqas HussainMUC: Made vCards work by redirecting vCard requests...
2009-02-16 Waqas HussainMUC: Kick participants sending error messages to other...
2009-02-16 Waqas HussainMUC: Private stanzas (private messages, IQs, etc)
2009-02-16 Waqas HussainMUC: Presence and message stanzas now fully work (statu...
2009-02-15 Matthew Wildutil.pposix: Add getuid/setuid (we don't use them yet)
2009-02-15 Matthew Wildmod_version: Operating system detection. Disable with...
2009-02-15 Matthew WildAdd -Wall to default CFLAGS
2009-02-14 Tobias MarkmannAdding TODO notice on UUIDs for usage with SASL ANONYMOUS.
2009-02-14 Tobias MarkmannMerging with tip.
2009-02-14 Tobias MarkmannAdding inital support for ANONYMOUS mechanism in SASL.
2009-02-14 Matthew WildUse $CC, $LD in Makefile. Add --c-compiler, --linker...
2009-02-13 Waqas HussainAdded tests/run_tests.bat for running tests on Windows
2009-02-13 Waqas HussainFixed tests/test.lua to work on Windows
2009-02-13 Waqas HussainLogging format improvement
2009-02-13 Matthew WildAdd tests for util.multitable
2009-02-13 Matthew Wildutil.pposix: Fix incompatible pointer type compiler...
2009-02-13 Matthew WildAdd RunScript command to config to run a Lua script...
2009-02-13 Matthew WildAdd Include command to include extra configuration...
2009-02-13 Matthew WildReport errors in the config file to the user
2009-02-13 Waqas HussainLogging format improvement
2009-02-13 Matthew WildFix to correct my email address in AUTHORS file
2009-02-12 Waqas HussainFixed: kick_old resource conflict resolution policy...
2009-02-12 Waqas HussainFixed: User resources not disconnected correctly on...
2009-02-11 Matthew Wildstanza_router: Fix handling of iq from c2s to bare...
2009-02-11 Matthew WildAdd test to check for incorrect handling of iq from...
2009-02-11 Matthew WildSmall fix to change verbosity level of subtests
2009-02-11 Matthew WildCorrect tests for stanza routing IQs to bare JIDs
2009-02-11 Matthew WildMerge with waqas for MUC/routing fixes
2009-02-11 Waqas HussainChange the to attribute of messages to the recipients...
2009-02-11 Waqas HussainStanza router: Message to bare JID fixes
2009-02-11 Matthew Wildutil.stanza: Temporary fix for serializing attributes...
2009-02-11 Waqas Hussainmod_muc: Room history
2009-02-11 Waqas HussainFixed: Some presence stanzas from local users were...
2009-02-11 Waqas HussainFixed directed presence handling to work correctly...
2009-02-11 Waqas HussainChanged mod_muc to work with changed component manager
2009-02-11 Waqas Hussainmodulemanager initializes hosts[host] if it isn't alrea...
2009-02-11 Waqas HussainComponent-host module loading code was breaking module...
2009-02-09 Matthew Wildnet.server: Fix nil table index assignment
2009-02-09 Matthew Wildstanza_router: Fix for when clients don't specify prior...
2009-02-09 Matthew Wildnet.server: Fix potential fatal error in server.lua
2009-02-09 Matthew Wildmod_bosh: Fix for 'invalid key to next' error when...
2009-02-09 Matthew WildRemove redundant logging and debug printing from mod_bosh
2009-02-04 Matthew WildFix for nil handler error after close
2009-02-04 Matthew WildFix for never checking if the first module for a host...
2009-02-02 Matthew WildRetagging 0.3.0, used up my mistake quota for today
2009-02-02 Matthew WildUpdate COPYING file... probably the worst thing I could...
2009-02-02 Matthew WildLicensing/version updates for some files (forgot to...
2009-02-02 Matthew WildRemove redundant linking in util-src modules' Makefile
2009-02-02 Matthew WildHappy birthday to me, happy... 0.3.0!
2009-02-01 Matthew Wildmod_bosh: No need to tostring() uuids now
2009-02-01 Matthew Wildutil.uuid: Return a string, not a number. Looked so...
2009-01-30 Matthew WildUpdate main prosody file, since it doesn't match *...
2009-01-30 Matthew WildUpdate copyright notices for 2009
2009-01-30 Matthew Wild0.2->0.3
next