prosody.git
2009-03-04 Waqas HussainLet global modules add disco features for all hosts
2009-03-04 Waqas Hussainmod_xmlrpc: Handle RPC stanzas sent over XMPP (XEP...
2009-03-04 Waqas HussainAllow global modules to hook stanza handlers
2009-03-04 Waqas HussainAdded mod_xmlrpc
2009-03-04 Waqas HussainAdded util/xmlrpc.lua - functions for converting betwee...
2009-03-04 Matthew Wildnet.adns: Return _M
2009-03-04 Matthew Wildnet.adns: Load the correct dns lib
2009-03-04 Matthew Wildnet.adns: Add helper module for performing non-blocking...
2009-03-04 Matthew Wildnet.dns: Add methods necessary for allowing non-blockin...
2009-03-04 Matthew Wildnet.server: Don't call shutdown method on socket if...
2009-03-03 Matthew Wildnet.server: Check for potential nil handler on close
2009-03-03 Matthew Wildmod_bosh: Set Content-Type in response headers
2009-03-03 Matthew Wildpposix: Standardize error messages
2009-03-03 Matthew Wildpposix: Small fix for copyright notice
2009-03-03 Matthew WildAutomated merge with http://luaetta.ath.cx:1234/
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-03 Tobias MarkmannMerged with main tip.
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-22 Tobias MarkmannMake the code actually build.
2009-02-22 Tobias MarkmannAdded missing code.
2009-02-22 Tobias MarkmannAdding setrlimits() binding.
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
next