Automated merge with http://waqas.ath.cx:8000/
[prosody.git] / core /
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
2008-12-04 Matthew WildFix logger ids for c2s and s2sout
2008-12-04 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-12-04 Waqas HussainAdded function add_feature to modules API (for adding...
2008-12-03 Matthew WildAutomated merge with http://84.46.7.57:1234
2008-12-03 Matthew WildAdded an error log message for this case
2008-12-03 Matthew WildQuick fix for an issue that needs more looking into
2008-12-03 Matthew WildMerge from waqas
2008-12-03 Matthew WildInsert copyright/license headers
2008-12-03 Matthew Wildlxmppd -> Prosody
2008-11-29 Tobias MarkmannAutomated merge.
2008-11-29 Matthew WildMerfe from Tobias
2008-11-29 Matthew WildAutomated merge with http://waqas.ath.cx/
2008-11-29 Matthew WildUpdate Makefile to now pass config paths to prosody...
2008-11-29 Matthew WildFix for configmanager when config file can't be found
2008-11-29 Waqas HussainMoved incoming c2s presence handling from stanza_router...
2008-11-28 Matthew WildMerge from waqas
2008-11-28 Matthew WildNo more reading 1 byte at a time from sockets
2008-11-27 Matthew WildMerge from waqas
next