Merge from waqas
[prosody.git] / core /
2009-02-16 Matthew WildMerge waqas with waqas
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-12 Waqas HussainFixed: kick_old resource conflict resolution policy...
2009-02-11 Matthew Wildstanza_router: Fix handling of iq from c2s to bare...
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 Waqas HussainFixed: Some presence stanzas from local users were...
2009-02-11 Waqas HussainFixed directed presence handling to work correctly...
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 Wildstanza_router: Fix for when clients don't specify prior...
2009-02-04 Matthew WildFix for never checking if the first module for a host...
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 WildAutomated merge with http://waqas.ath.cx:8000/
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-17 Matthew WildPort to new server.lua, quite some changes, but I belie...
2009-01-16 Matthew Wildmodulemanager: Comment out logging of modules hooking...
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-14 Waqas HussainStringprep!
2009-01-14 Waqas Hussainstanza_router: Fixed error replies for unhandled stanzas
2009-01-13 Waqas Hussainmodulemanager: Check for syntax errors before reloading...
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 Hussaincomponentmanager: Removed unneeded parameter from compo...
2009-01-12 Matthew WildAdd core.actions for managing server 'actions'; and...
2009-01-12 Matthew Wildmodulemanager: Change pairs() to ipairs() to allow...
2009-01-12 Matthew WildSet session.ip to the IP address of connecting clients
2009-01-09 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-09 Waqas HussainRemoved core/offlinemessage.lua along with documentatio...
2009-01-09 Waqas Hussainmodulemanager: Per-host event hooks for plugins - solve...
2009-01-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-01-07 Waqas Hussainmodulemanager: module.unload now gets called when modul...
2009-01-07 Waqas Hussaincomponentmanager: Added support for component deregistering
2009-01-04 Matthew WildRemove warning of already-loaded modules at startup
2009-01-03 Waqas HussainModulemanager: Basic modules can now be unloaded correctly
2008-12-31 Waqas HussainSend host, and not the recipient's JID to module manage...
2008-12-26 Waqas HussainDelete the offline message store only when offline...
2008-12-26 Waqas HussainReturn an empty set intead of an error when no disco...
2008-12-25 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-25 Waqas HussainMore error replies for offline and non-existing users
2008-12-24 Waqas HussainDirected presence
2008-12-24 Waqas HussainChanged order of checking for component hosts to check...
2008-12-24 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-24 Matthew WildFix for not loading global modules when host-specific...
2008-12-24 Waqas HussainChanged order of checking for component hosts to check...
2008-12-22 Matthew WildMerge from waqas
2008-12-18 Waqas HussainBounce stanza errors on failed s2s
2008-12-16 Matthew WildSecond merge from waqas
2008-12-16 Matthew WildMerge from waqas
2008-12-16 Matthew WildChange xmlhandlers to match stream opening tag with...
2008-12-16 Matthew WildRemove old debugging line from sessionmanager
2008-12-13 Matthew WildAdd support for dialback piggy-backing. Fixes #37....
2008-12-10 Matthew Wild0.1 -> 0.2
2008-12-10 Matthew WildNewline at end of file for sessionmanager
2008-12-09 Waqas HussainEnable dialback for components
2008-12-08 Waqas HussainDon't try processing stanzas not of type get or set...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew Wildstanza_dispatch = core_process_stanza, fixed for xmpp...
2008-12-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2008-12-07 Matthew WildSlightly more secure dialback secret generation
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Matthew WildTemporary hack for global modules
2008-12-06 Matthew WildRemove print()s from sessionmanager and s2smanager
2008-12-06 Waqas HussainRemoved unused variables
2008-12-06 Waqas HussainCombined and merged similar code
2008-12-06 Waqas HussainRemoved pre-multitable code from module manager
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainChanged module manager to use multitable (initial commit)
2008-12-06 Matthew WildFix add_event_hook in module API
2008-12-06 Matthew WildLog in hostmanager when a vhost is activated/deactivated
2008-12-06 Matthew WildMove module loading to modulemanager
2008-12-06 Matthew WildMerge from waqas/myself
2008-12-06 Matthew WildAdd hostmanager, and eventmanager
2008-12-06 Matthew WildMerge from waqas
2008-12-06 Waqas HussainFixed: Stopped tryint to send error replies on unauthed...
2008-12-05 Matthew WildMerge
2008-12-05 Matthew WildBacked out changeset 099d8a102deb (committed too much)
2008-12-05 Matthew WildAdd TLS socket to readlist before handshake starts...
2008-12-05 Matthew WildRemove an incorrect line which I didn't add, and fix...
2008-12-05 Matthew WildFix for s2s with jabberd2 (we weren't routing db:verify...
2008-12-05 Matthew WildDisconnect with stream errors on bad XML, or invalid...
2008-12-05 Matthew WildMerge from waqas
2008-12-05 Matthew WildMerge from waqas
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Matthew WildAbstract xmlhandlers a bit more, also add error callbacks
2008-12-04 Matthew WildDon't send stream:features to incoming s2s connections
next