prosody.git
2009-02-16 Matthew WildMerge waqas with waqas
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 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
2009-01-30 Matthew WildGPL->MIT!
2009-01-29 Matthew Wildmod_muc: Add 'nick' to unavailable presence of nick...
2009-01-29 Matthew Wildmod_muc: Convert to unix line endings
2009-01-29 Matthew WildLoad net.server after util.dependencies to catch missin...
2009-01-29 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-29 Waqas Hussaintools/ejabberd2prosody: Support for pending-in roster...
2009-01-29 Matthew Wildmod_muc: Add support for being a component
2009-01-29 Matthew Wildcomponentmanager: Add support for loading components...
2009-01-29 Matthew Wildconfigmanager: Add support for defining components
2009-01-29 Matthew Wildhostmanager: Fire event when all hosts are loaded from...
2009-01-29 Matthew Wildmodulemanager: Really fix call_module_method to work...
2009-01-29 Matthew Wildmodulemanager: Add get_host_type() API method, and...
2009-01-24 Matthew Wildmodulemanager: Add module:set_global() as a cleaner...
2009-01-24 Matthew Wildcore.modulemanager: Some refactoring to make upcoming...
2009-01-22 Matthew WildFriendlier message when config file not found
2009-01-22 Matthew Wildutil.dependencies: Not finding our own libraries is...
2009-01-22 Matthew Wildutil.dependencies: Show useful messages when our own...
2009-01-17 Matthew Wildserver.lua: Comment out unnecessary or very verbose...
2009-01-17 Matthew Wildserver.lua: Use Prosody logger for errors, silence...
2009-01-17 Matthew WildPort to new server.lua, quite some changes, but I belie...
2009-01-16 Matthew Wildnet.http: custom_headers -> headers
2009-01-16 Matthew Wildnet.http: Remove request from conn->request table when...
2009-01-16 Matthew Wildmod_console: Make global
2009-01-16 Matthew Wildmod_posix: logging fix
2009-01-16 Matthew WildFix for pposix version detection
2009-01-16 Matthew Wildmodulemanager: Comment out logging of modules hooking...
2009-01-16 Matthew Wildutil.datamanager: Small fix for clearer logging of...
2009-01-16 Matthew WildFixed server.lua to use prosody logger for errors
2009-01-16 Matthew Wildpposix: Remove debug line
2009-01-16 Matthew Wildpposix: Add syslog_setmask (use config: minimum_log_lev...
2009-01-16 Matthew Wildmod_posix: Check version of pposix
2009-01-16 Matthew Wildpposix: Add _NAME and _VERSION
2009-01-16 Matthew Wildstanza_router: That'll teach me to not commit at this...
2009-01-16 Matthew WildReplacing pretty_print() with top_tag() for logging
2009-01-16 Matthew WildFix invalid loglevels in mod_saslauth
2009-01-15 Matthew Wildmod_posix/pposix: Fix reporting of incorrect PID on...
2009-01-15 Matthew Wildmod_posix: Support for logging to syslog (log = 'syslog...
2009-01-15 Matthew Wildnet.connlisteners: Fix to report errors loading connlis...
2009-01-15 Matthew Wildnet.http: Don't log content from server
2009-01-15 Matthew Wildnet.http: Fix to send query part of URL to server
2009-01-14 Waqas HussainStringprep!
2009-01-14 Waqas Hussainutil/jid: string prepping functions added: prepped_spli...
2009-01-14 Waqas Hussainutil/logger: setwriter now returns the old writer on...
2009-01-14 Waqas Hussainstanza_router: Fixed error replies for unhandled stanzas
2009-01-14 Matthew Wildnet.http: Fix for callbacks being triggered multiple...
2009-01-13 Waqas Hussainmodulemanager: Check for syntax errors before reloading...
2009-01-13 Waqas Hussainmod_console: Added module:reload
2009-01-13 Waqas Hussainmod_muc: Added unload, save and restore callbacks to...
2009-01-13 Waqas Hussainmodulemanager: Added reload support, with callbacks...
2009-01-13 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-13 Waqas Hussainmodulemanager: Fixed error on unloading modules with...
2009-01-13 Waqas Hussainmod_muc: deregister component on unload
next