More error replies for offline and non-existing users
[prosody.git] / core /
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 Waqas HussainChanged order of checking for component hosts to check...
2008-12-18 Waqas HussainBounce stanza errors on failed s2s
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
2008-11-27 Waqas HussainCompletely switched to new hashes library from the...
2008-11-27 Waqas HussainSwitched from md5 to sha256 for dialback key generation
2008-11-27 Matthew WildMerge from waqas
2008-11-27 Matthew Wildis_loaded() and incomplete unload() for modules
2008-11-27 Matthew WildBumper commit for the new modulemanager API \o/ Updates...
2008-11-27 Matthew WildRemoving servermanager... it is no longer used
2008-11-26 Matthew WildLog reason for connection failure
2008-11-26 Matthew Wild(Basic) IDNA and SRV fallback support
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Waqas HussainAdded options to limit the number of resources and...
2008-11-26 Matthew WildMerge from waqas
2008-11-26 Waqas HussainMinor bug fix
2008-11-26 Waqas HussainAdded helper method to discomanager
2008-11-23 Tobias MarkmannMerging with main branch.
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildBacked out the backout. Now we're back out.
2008-11-23 Matthew WildReverted my change to modulemanager, to restore those...
2008-11-23 Matthew WildBacked out changeset 79bd7a3e906c
2008-11-23 Waqas HussainCheck to prevent error on IQs from completely unhandled...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Waqas HussainAhem, a bit of an identity crisis..
2008-11-23 Matthew WildTypo prevented modulemanager.load() from returning...
2008-11-23 Matthew WildMerge from waqas
2008-11-23 Matthew WildNew configmanager. Old-style config files still work...
2008-11-22 Waqas HussainAdded discomanager
2008-11-22 Waqas HussainCheck to prevent error for IQs from completely unhandle...
2008-11-21 Matthew WildNow possible to specify nil origin to core_route_stanza...
2008-11-21 Matthew WildImport initial configmanager, not sure if it works...
2008-11-20 Matthew WildRemove or comment useless prints, or change them to...
2008-11-20 Matthew WildDon't error reply to stanzas direct over the s2s stream...
2008-11-20 Matthew WildUse a stanza for c2s stream features instead of an...
2008-11-20 Matthew WildLog number of open sessions on session creation
2008-11-20 Matthew WildRemove a debug print() from xmlhandlers
2008-11-20 Matthew WildRemove version=1.0 on s2s stream headers, again.
2008-11-19 Matthew WildRemove an old FIXME comment
2008-11-19 Matthew WildComments and logging fixes
2008-11-19 Matthew WildSend version=1.0 again in s2s stream header
2008-11-19 Matthew WildFix for setting the correct host on the socket, seems...
2008-11-19 Matthew WildDon't send version 1.0. Who cares about Gmail?
2008-11-19 Matthew WildSend version=1.0 in s2s stream header. Send s2s stream...
2008-11-19 Matthew WildDon't attempt to auth connection unless stanzas are...
next