prosody.git
2009-06-20 Matthew Wildutil.array: Add array:append() method, to append a...
2009-06-20 Waqas Hussainstanza_router: Skip prepping 'to' in many common cases...
2009-06-20 Waqas Hussainstanza_router: Skip prepping 'from' on c2s origins...
2009-06-20 Waqas Hussainstanza_router: Fixed a corner case where processing...
2009-06-20 Waqas Hussainstanza_router: A little refactoring
2009-06-20 Waqas Hussaincomponentmanager: Using prosody.events instead of core...
2009-06-20 Waqas HussainMain: Don't use empty event data objects for some globa...
2009-06-20 Waqas HussainMain: removed some eventmanager references (replaced...
2009-06-20 Waqas HussainFire global events using prosody.events
2009-06-19 Waqas HussainMerge with trunk
2009-06-19 Matthew WildMerge with waqas via albert!
2009-06-19 Matthew Wilds2smanager: Remove srv_hosts from session when connecte...
2009-06-19 Matthew Wildloggingmanager: Log timestamps when using default file...
2009-06-19 Matthew Wildloggingmanager: Enable debug level for default file...
2009-06-14 Waqas Hussainmodulemanager: Removed unused function get_module_filen...
2009-06-14 Waqas Hussainmodulemanager: Changed to use util.pluginloader
2009-06-14 Waqas Hussainutil.pluginloader: Initial commit - a plugin resource...
2009-06-14 Waqas Hussainstanza_router: Remove unused variables
2009-06-14 Waqas HussainRemoved core.presencemanager. This has been superseded...
2009-06-14 Waqas Hussainstanza_router: Remove all traces of presencemanager
2009-06-14 Waqas Hussainmod_roster: Removed references to presencemanager and...
2009-06-14 Waqas Hussainmod_roster: Using core_post_stanza in place of core...
2009-06-14 Waqas Hussainutil.muc: Relaxed top-level routing checks to allow...
2009-06-14 Waqas Hussainutil.muc, mod_muc: Commented rewriting of vCard request...
2009-06-14 Waqas Hussainmod_muc: Don't reply with an error in response to unacc...
2009-06-14 Waqas Hussainutil.muc: Don't reply with an error in response to...
2009-06-14 Waqas Hussainutil.muc: Fixed error occuring on room leave
2009-06-14 Waqas Hussainstanza_router: Use stanza.attr.from's host instead...
2009-06-12 Waqas Hussainmodulemanager: Change the ideitity attribute typ to...
2009-06-12 Matthew Wildmod_console: Redirect print() to console session when...
2009-06-12 Matthew Wildmod_console: Fix syntax error
2009-06-12 Matthew Wildmod_console: Add s2s:close() to close s2s sessions...
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Matthew Wildmod_dialback: Change FIXME comment to COMPAT
2009-06-12 Waqas Hussainmod_pep: Add pubsub#publsih disco feature to host
2009-06-12 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-12 Matthew Wildnet.http: (Re-)add url[en|de]code functions
2009-06-12 Waqas Hussainmod_pep: Add host identity pubsub/pep
2009-06-12 Waqas Hussainmodulemanager: Added function add_identity(category...
2009-06-12 Waqas HussainMerge
2009-06-12 Waqas Hussainmod_pep: Fix a nil index bug
2009-06-08 Matthew Wildmodulemanager: Use module_name in log entry to fix...
2009-06-07 Matthew Wildmod_message: Require stanza lib to prevent traceback...
2009-06-07 Matthew WildAutomated merge with http://waqas.ath.cx:8000/
2009-06-07 Waqas Hussainmod_pep: Give the presence handler a higher than defaul...
2009-06-07 Waqas Hussainmodulemanager: Allow setting a priority while adding...
2009-06-07 Waqas Hussainmod_pep: Send items to contacts coming online
2009-06-07 Waqas Hussainmod_pep: Fix undefined global access
2009-06-06 Matthew Wildmod_console: Show total incoming/outgoing s2s connections
2009-06-06 Matthew Wildmodulemanager: Don't require xmlns to be non-nil
2009-06-06 Matthew Wildmodulemanager: module:log() -> self:log() fix
2009-06-06 Matthew Wildmodulemanager: Allow setting priority of stanza handlers
2009-06-06 Matthew Wildmodulemanager: Add module:hook([xmlns, ] name, handler...
2009-06-06 Waqas Hussainmod_pep: Maintain user nodes for delayed delivery
2009-06-05 Matthew Wildmod_console: Allow running code in the global environme...
2009-06-05 Matthew Wildmod_console: Some "improvements" to the useless server...
2009-06-05 Matthew Wildmod_console: Much improved module load/unload/reload...
2009-06-05 Matthew Wildprosody: prosody_reload_config => prosody.reload_config...
2009-06-05 Matthew Wildprosody: Prefix hg: to changeset ids in the version
2009-06-05 Matthew Wildmod_version: Use version from prosody.version
2009-06-05 Matthew Wildprosody: Read version from prosody.version file and...
2009-06-05 Matthew WildMakefile: Experimental support for recording the versio...
2009-06-04 Waqas Hussainmodulemanager: Load mod_message, mod_iq and mod_presenc...
2009-06-04 Waqas Hussains2smanager: Use a UUID as the dialback secret
2009-06-04 Waqas Hussainstanza_router: Remove unused s2s dialback functions
2009-06-04 Waqas HussainMerge with trunk
2009-06-04 Waqas Hussainutil.sasl: Remove some nastiness
2009-06-04 Waqas Hussainutil.uuid: Added function seed(string) to allow further...
2009-06-04 Matthew WildMakefile: Set data directory permissions to 750 on...
2009-06-04 Matthew WildMakefile: Specify permissions on installed executables...
2009-06-04 Matthew Wildprosody: Add support for general 'interface' option...
2009-06-04 Matthew Wildnet.server: Display server port in error messages
2009-06-04 Matthew WildAdding .hgignore
2009-06-04 Waqas Hussainutil.uuid: Now generates RFC 4122 complaint UUIDs ...
2009-06-04 Waqas Hussainutil.uuid: More uniqueness!
2009-06-04 Waqas Hussainsessionmanager: It really is username@host, not host...
2009-06-04 Waqas HussainMy merge!!!!
2009-06-03 Waqas Hussainstanza_router: workaround for a Pidgin bug which sets...
2009-06-03 Waqas Hussainmod_privacy: Initial commit
2009-06-03 Waqas Hussainstanza_router: Remove the 'to' attribute when it's...
2009-06-02 Matthew Wildprosody.cfg.lua.dist: Enable mod_register by default...
2009-06-02 Matthew Wildsessionmanager: It's username@host, not host@username :)
2009-06-02 Waqas Hussainmod_message: Fix global access
2009-06-02 Waqas Hussainmod_iq: Limit sub-events to get and set IQs
2009-06-02 Waqas Hussainmod_presence: Fix a global access
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: Check for nil 'to' attribute in all cases...
2009-06-02 Waqas Hussainmod_presence: return true from incoming presence handle...
2009-06-02 Waqas Hussainmod_presence: Handle non-subscription presence and...
2009-06-02 Waqas Hussainmod_presence: Handle subscriptions and probes
2009-06-02 Waqas Hussainmod_presence: Add hooks for inbound presence
2009-06-02 Waqas Hussainmod_presence: Fix a comment
2009-06-02 Waqas Hussainmod_presence: Handle all outbound presence stanzas
2009-06-02 Waqas Hussainmod_presence: A little cleanup
2009-06-02 Waqas Hussainmod_presence: Remove JIDs from directed presence list...
2009-06-02 Waqas Hussainmod_presence: Handle outbound presence to full JIDs
2009-06-01 Waqas Hussainmod_message: A little cleanup
2009-06-01 Waqas Hussainmod_message: mod_message now handles all cases
2009-06-01 Waqas Hussainstanza_router: Reply with an error on groupchat message...
2009-06-01 Waqas Hussainmod_message: Added code to handle error groupchat and...
next