Log

description author age
mod_console: server:version() and server:uptime() commands Matthew Wild 2009-07-08
mod_uptime: Use time of server start rather than module load Matthew Wild 2009-07-08
mod_uptime: Convert to unix line endings Matthew Wild 2009-07-08
prosody: Record time the server started Matthew Wild 2009-07-08
s2smanager: Fix to correctly bounce stanzas if first connection attempt fails instantly Matthew Wild 2009-07-08
mod_console: Add c2s:close() command Matthew Wild 2009-07-08
net.xmppclient_listener: Fix potential traceback when no reason is specified for closing a session Matthew Wild 2009-07-08
Merged with trunk Waqas Hussain 2009-07-05
mod_presence: Fixed: Presence probe replies now get sent to the full JID of the probe sender Waqas Hussain 2009-07-05
Merge with main branch. Tobias Markmann 2009-07-05
Remove to-unicode conversion because it's done in sasl.lua now. Tobias Markmann 2009-07-05
Move to-unicode conversion from mod_saslauth.lua to sasl.lua. Tobias Markmann 2009-07-05
Fixed decoding of parameters. Tobias Markmann 2009-07-05
mod_console: Allow customisation/suppression of the banner Matthew Wild 2009-07-05
util.hmac: Some optimisations Matthew Wild 2009-07-05
util.hmac: Fix a global set Matthew Wild 2009-07-05
mod_presence: Send unavailable presence to resources from non-available resources on disconnect Waqas Hussain 2009-07-05
Moved automatic unavailable presence generation on disconnect from sessionmanager to mod_presence Waqas Hussain 2009-07-05
sessionmanager: Replace raw session by an event data table for resource bind/unbind events, allowing extra data Waqas Hussain 2009-07-05
mod_presence: Broadcast presence to resources before contacts Waqas Hussain 2009-07-05
mod_presence: Prevented normal presence from non-interested resources from being dropped Waqas Hussain 2009-07-05
mod_presence: Changed handle_normal_presence to use a local roster rather than origin's roster Waqas Hussain 2009-07-05
mod_presence: Simplified roster iteration Waqas Hussain 2009-07-05
mod_presence: Eliminated a jid_split Waqas Hussain 2009-07-05
mod_presence: Removed some unnecessary code Waqas Hussain 2009-07-05
sessionmanager: Reset bare_sessions[user] after resource conflict resolution. Fixes the other stanza gobbling bug \o/ Matthew Wild 2009-07-03
mod_presence: Declare t_insert, fixes a potential traceback Matthew Wild 2009-07-03
sessionmanager: Newly created sessions shouldn't have a priority. Fixes one of the stanza-gobbling bugs \o/ Matthew Wild 2009-07-03
s2smanager: Log the hostname and address when s2s connection fails instantly Matthew Wild 2009-07-03
hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_login is enabled, then defaults to true Matthew Wild 2009-07-03
stanza_router: Check host.disallow_s2s before routing over s2sout. you can haz no s2s. Matthew Wild 2009-07-03
Merged branches Dwayne Bent 2009-07-02
Added man page for prosodyctl Dwayne Bent 2009-07-02
mod_presence: Removed dead code Waqas Hussain 2009-07-02
datamanager: Fixed incorrect callback result checking Waqas Hussain 2009-07-02
mod_pep: Escape + in pattern Matthew Wild 2009-07-02
prosodyctl: Add message for not-running error Matthew Wild 2009-07-02
prosodyctl: Use prosodyctl_timeout option if it exists in the config Matthew Wild 2009-07-02
prosodyctl: Improve usability with status messages, and waiting up to 5s for the server to start/stop Matthew Wild 2009-07-02
mod_pep: Pass origin/session to publish_all() Matthew Wild 2009-07-02
Added HMAC utility module Dwayne Bent 2009-07-02
prosody: Add fallbacks/ to path Matthew Wild 2009-07-02
Makefile: Install fallbacks/ directory Matthew Wild 2009-07-01
mod_offline: Initial commit Waqas Hussain 2009-07-01
Merged with trunk Waqas Hussain 2009-07-01
mod_pep: Fixed boolean indexing error while casting all messages for a user Waqas Hussain 2009-07-01
Send xml:lang in stream headers, fixes #78 Matthew Wild 2009-07-01
Making sure the node is in unicode when passing it to password lookup function. Tobias Markmann 2009-07-01
Automated merge with http://waqas.ath.cx:8000/ Matthew Wild 2009-06-29
modulemanager: Don't close stream on stream:error with unsupported-stanza-type (fixes #102) Waqas Hussain 2009-06-29
prosody.cfg.lua.dist: Removed 'presence' from default modules list Waqas Hussain 2009-06-29
stanza_router: Removed unnecessary xmlns check Waqas Hussain 2009-06-29
stanza_router: Don't fire preprocessing events if stanza is not from full JID Waqas Hussain 2009-06-29
Merge with nolan Matthew Wild 2009-06-29
Serialize unknown stanza before logging. nolan 2009-06-28
util.pluginloader: Append "@" to chunk names (fixes weird formatting in plugin tracebacks) Waqas Hussain 2009-06-28
mod_pep: Fixed a nil access error Waqas Hussain 2009-06-28
mod_pep: Use cached caps Waqas Hussain 2009-06-28
Merged with trunk Waqas Hussain 2009-06-28
mod_pep: Entity capabilities Waqas Hussain 2009-06-28
Merge with nolan Matthew Wild 2009-06-28
net.httpserver: Don't upset logger when response is nil Matthew Wild 2009-06-28
Log stanza if stanza.to isn't set for some component errors. nolan 2009-06-28
mod_console: Reload/unload a module on a component host if it is loaded there Matthew Wild 2009-06-28
Automated merge with http://waqas.ath.cx:8000/ Matthew Wild 2009-06-27
util.stanza: Serializer optimizations, and nicer output for empty elements Waqas Hussain 2009-06-27
mod_pep: Broadcast only to available recipients with caps Waqas Hussain 2009-06-26
mod_pep: Ignore presence subscriptions when extractng hash information Waqas Hussain 2009-06-26
mod_pep: Added function get_caps_hash_from_presence Waqas Hussain 2009-06-26
util.muc: Fixed duplicate parameter names in function room:set_subject Waqas Hussain 2009-06-26
util.muc: Fixed incorrect parameters for a function call Waqas Hussain 2009-06-26
mod_pep: Removed some YODO comments Waqas Hussain 2009-06-26
mod_pep: Added handler for disco responses Waqas Hussain 2009-06-26
mod_message: Advertise offline message support as per XEP-0160 (thanks nolan) Matthew Wild 2009-06-26
xmppclient_listener: Pass session close reason to destroy_session (to be used in unavailable presence) Matthew Wild 2009-06-26
mod_iq: Change sub-event names for IQ errors and results to use stanza IDs Waqas Hussain 2009-06-26
util.stanza: Add stanza:get_text() to retrieve all child text nodes #api Matthew Wild 2009-06-26
stanza_router: Fire events also for stanzas to components Matthew Wild 2009-06-26
mod_message, mod_presence: Maintain list of top resources. Less work in routing messages to bare JIDs. - #optimization Waqas Hussain 2009-06-26
util.events: Replaced ipairs with slightly faster numeric for loop - #optimization Waqas Hussain 2009-06-26
util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization Waqas Hussain 2009-06-25
util.stanza: Remove numeric attributes while deserializing Waqas Hussain 2009-06-25
xmlhandlers: Remove numeric attributes Waqas Hussain 2009-06-25
stanza_router: Remove unused variables and code Waqas Hussain 2009-06-25
stanza_router: A little refactoring Waqas Hussain 2009-06-25
stanza_router: Remove unused variables Waqas Hussain 2009-06-25
stanza_router: Remove even more old routing code Waqas Hussain 2009-06-25
stanza_router: Remove some more old routing code Waqas Hussain 2009-06-25
stanza_router: Call core_post_stanza from core_route_stanza in place of old routing code Waqas Hussain 2009-06-25
stanza_router: Removed unused function: select_best_resources Waqas Hussain 2009-06-25
stanza_router: Removed old routing code Waqas Hussain 2009-06-25
mod_component: Rewrite jabber:client stanzas to jabber:component:accept, thanks JaredH! Matthew Wild 2009-06-25
mod_pep: Use new style events Waqas Hussain 2009-06-24
mod_iq: Fire sub-events for IQ results and errors Waqas Hussain 2009-06-24
mod_pep: Broadcast from the user's bare JID, not full JID Waqas Hussain 2009-06-24
mod_pep: Remove data when a user disables a node Waqas Hussain 2009-06-24
mod_pep: Added some comments Waqas Hussain 2009-06-24
mod_pep: Fixed detection of contact presence changes Waqas Hussain 2009-06-24
mod_muc: Now based on util.muc Waqas Hussain 2009-06-23
mod_announce: Work with non-local admins Waqas Hussain 2009-06-23
mod_announce: Use usermanager.is_admin to verify admin status Waqas Hussain 2009-06-23
sessionmanager: Fire event on resource unbind Waqas Hussain 2009-06-23
Automated merge with http://waqas.ath.cx:8000/ Matthew Wild 2009-06-23
modulemanager: Enabled access to the module API from plugin libraries Waqas Hussain 2009-06-22
modulemanager: Added simple module:require implementation Waqas Hussain 2009-06-21
README: Update for new MUC address Matthew Wild 2009-06-23
prosodyctl: Allow commands to be implemented in modules Matthew Wild 2009-06-23
modulemanager: Expose api table to allow others to extend the module API Matthew Wild 2009-06-23
mod_groups: Support for public groups, and extra logging Matthew Wild 2009-06-22
util.pluginloader: Remove unnecessary return value suppressing the real load error Matthew Wild 2009-06-22
modulemanager: Fix copy/paste error, should be name instead of module_name Matthew Wild 2009-06-22
mod_announce: New module to send a message to all online users Matthew Wild 2009-06-22
mod_httpserver: Allow configuration of ports and base path, like mod_bosh Matthew Wild 2009-06-22
mod_groups: Experimental shared roster support Matthew Wild 2009-06-22
prosody: Switch anonymous_login check to use the new datamanager callback syntax Matthew Wild 2009-06-22
util.datamanager: Allow multiple data storage callbacks, and allow them to modify parameters Matthew Wild 2009-06-22
rostermanager: Fire event on roster load Matthew Wild 2009-06-22
sessionmanager: Fire event on resource bind Matthew Wild 2009-06-22
modulemanager: Call 'load' method when loading a module Matthew Wild 2009-06-22
Merge with Tobias Matthew Wild 2009-06-20
Adjust PLAIN and DIGEST-MD5 mechanisms to new password_handler API. Tobias Markmann 2009-06-20
Adding a parameter for realm to the password_callback. Tobias Markmann 2009-06-20
Adding COMPAT comment. Tobias Markmann 2009-06-20
util.array: Add support for + operator to create a new array from two arrays joined Matthew Wild 2009-06-20
util.array: Make array:reverse() and array:shuffle() return the array to allow chaining Matthew Wild 2009-06-20
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