util.array: Add array:append() method, to append a new array to an existing one
|
Matthew Wild |
2009-06-20 |
stanza_router: Skip prepping 'to' in many common cases - #optimization
|
Waqas Hussain |
2009-06-20 |
stanza_router: Skip prepping 'from' on c2s origins - #optimization
|
Waqas Hussain |
2009-06-20 |
stanza_router: Fixed a corner case where processing could continue after an error reply
|
Waqas Hussain |
2009-06-20 |
stanza_router: A little refactoring
|
Waqas Hussain |
2009-06-20 |
componentmanager: Using prosody.events instead of core.eventmanager
|
Waqas Hussain |
2009-06-20 |
Main: Don't use empty event data objects for some global events. Some handlers don't expect it.
|
Waqas Hussain |
2009-06-20 |
Main: removed some eventmanager references (replaced by prosody.events)
|
Waqas Hussain |
2009-06-20 |
Fire global events using prosody.events
|
Waqas Hussain |
2009-06-20 |
Merge with trunk
|
Waqas Hussain |
2009-06-19 |
modulemanager: Removed unused function get_module_filename(name)
|
Waqas Hussain |
2009-06-14 |
modulemanager: Changed to use util.pluginloader
|
Waqas Hussain |
2009-06-14 |
util.pluginloader: Initial commit - a plugin resource loader
|
Waqas Hussain |
2009-06-14 |
stanza_router: Remove unused variables
|
Waqas Hussain |
2009-06-14 |
Removed core.presencemanager. This has been superseded by mod_presence.
|
Waqas Hussain |
2009-06-14 |
stanza_router: Remove all traces of presencemanager
|
Waqas Hussain |
2009-06-14 |
mod_roster: Removed references to presencemanager and core_route_stanza
|
Waqas Hussain |
2009-06-14 |
mod_roster: Using core_post_stanza in place of core.presencemanager.handle_presence
|
Waqas Hussain |
2009-06-14 |
util.muc: Relaxed top-level routing checks to allow node-less rooms, and removed redundant checks
|
Waqas Hussain |
2009-06-14 |
util.muc, mod_muc: Commented rewriting of vCard requests' recipients' JID from full to bare, and marked it as a TODO
|
Waqas Hussain |
2009-06-14 |
mod_muc: Don't reply with an error in response to unacceptable result stanzas
|
Waqas Hussain |
2009-06-14 |
util.muc: Don't reply with an error in response to unacceptable result stanzas
|
Waqas Hussain |
2009-06-14 |
util.muc: Fixed error occuring on room leave
|
Waqas Hussain |
2009-06-14 |
stanza_router: Use stanza.attr.from's host instead of origin.host when routing stanzas to remote hosts (fixes problem with sending from node@host components)
|
Waqas Hussain |
2009-06-14 |
Merge with waqas via albert!
|
Matthew Wild |
2009-06-19 |
modulemanager: Change the ideitity attribute typ to type
|
Waqas Hussain |
2009-06-12 |
s2smanager: Remove srv_hosts from session when connected, this fixes attempting to reconnect s2s sessions when they are closed during shutdown
|
Matthew Wild |
2009-06-19 |
loggingmanager: Log timestamps when using default file logging
|
Matthew Wild |
2009-06-19 |
loggingmanager: Enable debug level for default file logging when 'debug' mode is enabled in the config
|
Matthew Wild |
2009-06-19 |
mod_console: Redirect print() to console session when executing commands in global environment
|
Matthew Wild |
2009-06-12 |
mod_console: Fix syntax error
|
Matthew Wild |
2009-06-12 |
mod_console: Add s2s:close() to close s2s sessions between two hosts
|
Matthew Wild |
2009-06-12 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-12 |
mod_pep: Add pubsub#publsih disco feature to host
|
Waqas Hussain |
2009-06-12 |
mod_dialback: Change FIXME comment to COMPAT
|
Matthew Wild |
2009-06-12 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-12 |
mod_pep: Add host identity pubsub/pep
|
Waqas Hussain |
2009-06-12 |
modulemanager: Added function add_identity(category, type) to the modules API
|
Waqas Hussain |
2009-06-12 |
Merge
|
Waqas Hussain |
2009-06-12 |
mod_pep: Fix a nil index bug
|
Waqas Hussain |
2009-06-12 |
net.http: (Re-)add url[en|de]code functions
|
Matthew Wild |
2009-06-12 |
modulemanager: Use module_name in log entry to fix 'error initialising module "nil"' error
|
Matthew Wild |
2009-06-08 |
mod_message: Require stanza lib to prevent traceback on error replies
|
Matthew Wild |
2009-06-07 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-07 |
mod_pep: Give the presence handler a higher than default priority
|
Waqas Hussain |
2009-06-07 |
modulemanager: Allow setting a priority while adding an event handler via the module:hook API
|
Waqas Hussain |
2009-06-07 |
mod_pep: Send items to contacts coming online
|
Waqas Hussain |
2009-06-07 |
mod_pep: Fix undefined global access
|
Waqas Hussain |
2009-06-07 |
mod_pep: Maintain user nodes for delayed delivery
|
Waqas Hussain |
2009-06-06 |
mod_console: Show total incoming/outgoing s2s connections
|
Matthew Wild |
2009-06-06 |
modulemanager: Don't require xmlns to be non-nil
|
Matthew Wild |
2009-06-06 |
modulemanager: module:log() -> self:log() fix
|
Matthew Wild |
2009-06-06 |
modulemanager: Allow setting priority of stanza handlers
|
Matthew Wild |
2009-06-06 |
modulemanager: Add module:hook([xmlns, ] name, handler) which uses new stanza events
|
Matthew Wild |
2009-06-06 |
mod_console: Allow running code in the global environment by prefixing with '>'
|
Matthew Wild |
2009-06-05 |
mod_console: Some "improvements" to the useless server:reload() command :)
|
Matthew Wild |
2009-06-05 |
mod_console: Much improved module load/unload/reload commands
|
Matthew Wild |
2009-06-05 |
prosody: prosody_reload_config => prosody.reload_config (guess I accidentally missed it when converting the others)
|
Matthew Wild |
2009-06-05 |
prosody: Prefix hg: to changeset ids in the version
|
Matthew Wild |
2009-06-05 |
mod_version: Use version from prosody.version
|
Matthew Wild |
2009-06-05 |
prosody: Read version from prosody.version file and set, er, prosody.version!
|
Matthew Wild |
2009-06-05 |
Makefile: Experimental support for recording the version of an installed Prosody
|
Matthew Wild |
2009-06-05 |
modulemanager: Load mod_message, mod_iq and mod_presence implicitly
|
Waqas Hussain |
2009-06-04 |
s2smanager: Use a UUID as the dialback secret
|
Waqas Hussain |
2009-06-04 |
stanza_router: Remove unused s2s dialback functions
|
Waqas Hussain |
2009-06-04 |
Merge with trunk
|
Waqas Hussain |
2009-06-04 |
util.sasl: Remove some nastiness
|
Waqas Hussain |
2009-06-04 |
util.uuid: Added function seed(string) to allow further seeding of the PRNG
|
Waqas Hussain |
2009-06-04 |
util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)
|
Waqas Hussain |
2009-06-04 |
util.uuid: More uniqueness!
|
Waqas Hussain |
2009-06-04 |
sessionmanager: It really is username@host, not host@username :)
|
Waqas Hussain |
2009-06-04 |
Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]
|
Matthew Wild |
2009-06-04 |
Makefile: Specify permissions on installed executables [thanks mhavela]
|
Matthew Wild |
2009-06-04 |
prosody: Add support for general 'interface' option which is used as the default network interface
|
Matthew Wild |
2009-06-04 |
net.server: Display server port in error messages
|
Matthew Wild |
2009-06-04 |
Adding .hgignore
|
Matthew Wild |
2009-06-04 |
My merge!!!!
|
Waqas Hussain |
2009-06-04 |
stanza_router: workaround for a Pidgin bug which sets 'to' to the SRV result
|
Waqas Hussain |
2009-06-03 |
mod_privacy: Initial commit
|
Waqas Hussain |
2009-06-03 |
stanza_router: Remove the 'to' attribute when it's value is the bare JID of the local user sending the stanza
|
Waqas Hussain |
2009-06-03 |
prosody.cfg.lua.dist: Enable mod_register by default, but with registration disabled, and add a comment about it
|
Matthew Wild |
2009-06-02 |
sessionmanager: It's username@host, not host@username :)
|
Matthew Wild |
2009-06-02 |
mod_message: Fix global access
|
Waqas Hussain |
2009-06-02 |
mod_iq: Limit sub-events to get and set IQs
|
Waqas Hussain |
2009-06-02 |
mod_presence: Fix a global access
|
Waqas Hussain |
2009-06-02 |
mod_presence: Check for nil 'to' attribute in all cases for outgoing stanzas
|
Waqas Hussain |
2009-06-02 |
mod_presence: Check for nil 'to' attribute in all cases for incoming stanzas
|
Waqas Hussain |
2009-06-02 |
mod_presence: return true from incoming presence handlers to prevent further processing
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle non-subscription presence and routing
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle subscriptions and probes
|
Waqas Hussain |
2009-06-02 |
mod_presence: Add hooks for inbound presence
|
Waqas Hussain |
2009-06-02 |
mod_presence: Fix a comment
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle all outbound presence stanzas
|
Waqas Hussain |
2009-06-02 |
mod_presence: A little cleanup
|
Waqas Hussain |
2009-06-02 |
mod_presence: Remove JIDs from directed presence list on sending error or unavailable presence
|
Waqas Hussain |
2009-06-02 |
mod_presence: Handle outbound presence to full JIDs
|
Waqas Hussain |
2009-06-02 |
mod_message: A little cleanup
|
Waqas Hussain |
2009-06-01 |
mod_message: mod_message now handles all cases
|
Waqas Hussain |
2009-06-01 |
stanza_router: Reply with an error on groupchat messages to bare JID
|
Waqas Hussain |
2009-06-01 |
mod_message: Added code to handle error groupchat and headline messages to bare JID
|
Waqas Hussain |
2009-06-01 |
mod_message: Move bare JID processing to it's own function
|
Waqas Hussain |
2009-06-01 |
stanza_router: Don't reply with an error on invalid JIDs in error or result stanzas
|
Waqas Hussain |
2009-06-01 |
stanza_router: Proper error for clients sending stanzas after auth but before resource binding
|
Waqas Hussain |
2009-06-01 |
mod_iq: Correctly handle the lack of 'to' on IQs
|
Waqas Hussain |
2009-06-01 |
mod_iq: Immediately return an error for IQs to non-existing bare JIDs
|
Waqas Hussain |
2009-06-01 |
mod_iq: Include event data in sub-events
|
Waqas Hussain |
2009-06-01 |
mod_iq: Error reply for IQ to non-existing session. mod_iq now handles all 'iq/full' cases
|
Waqas Hussain |
2009-06-01 |
componentmanager: Create events object for configured hosts, and carry it over to a new component if one is registered with no events object
|
Matthew Wild |
2009-06-01 |
Merge backout with following commits
|
Matthew Wild |
2009-06-01 |
Backed out changeset 98f0e9eadf3b (better fix on the way)
|
Matthew Wild |
2009-06-01 |
Automated merge with http://waqas.ath.cx:8000/
|
Matthew Wild |
2009-06-01 |
mod_iq: Fire sub-events for IQs directed at bare JIDs and hosts
|
Waqas Hussain |
2009-06-01 |