prosody.git
2009-11-22 Matthew Wilds2smanager: Update for new net.server API (s2s still...
2009-11-22 Matthew Wildnet.server_event: Comment accidentally uncommented...
2009-11-22 Matthew Wildnet.server_event: Handle and ignore 'wantread' error...
2009-11-22 Matthew Wildnet.server_event: Remove premature non-optimisation
2009-11-22 Matthew Wildnet.server_event: Fix moved line caused by Mercurial...
2009-11-22 Matthew Wildnet.server_event: Obey nowriting/nointerface for locks...
2009-11-22 Matthew Wildnet.server_event: Use conn property for send/receive...
2009-11-22 Matthew Wildnet.server_event: Set startsslcallback property to...
2009-11-22 Matthew Wildnet.server_event: Add set_sslctx() method to connections
2009-11-22 Matthew Wildnet.server_event: conn.usingssl -> conn._usingssl
2009-11-22 Matthew Wildnet.server_event: Use correct listener callbacks
2009-11-22 Matthew Wildnet.server_event: Small whitespace fixes
2009-11-22 Matthew Wildnet.server_event: Correct a few instances of .sslctx...
2009-11-22 Matthew Wildnet.server_event: Call connection's onconnect, no need...
2009-11-22 Matthew Wildnet.server_event: Use connection id in all relevant...
2009-11-22 Matthew Wildnet.server_event: Define id property for connection...
2009-11-22 Matthew Wildnet.server_event: Define vdebug function for convenience
2009-11-21 Matthew Wildnet.server_event: Change to new standard addserver...
2009-11-21 Matthew Wildnet.server_select: Change addserver() parameters to...
2009-11-21 Matthew Wildmod_tls: Switch to : syntax for connection methods
2009-11-21 Matthew Wildxmppclient_listener: Use : syntax for connection method...
2009-11-21 Matthew Wildxmppclient_listener: Switch to .onincoming listener...
2009-11-21 Matthew Wildnet.server: Small fix for addtimer() compatibility...
2009-11-21 Matthew Wildnet.connlisteners: Standardise on new syntax for addser...
2009-11-21 Matthew Wildsessionmanager: Use : syntax for calling connection...
2009-11-21 Matthew Wildobjectmanager: Convert to unix line-endings
2009-11-21 Matthew Wilds2smanager: Don't log full stanza when sending outwards
2009-11-21 Matthew Wilds2smanager: Don't tostring() the data before sending...
2009-11-21 Matthew Wildmod_bosh: Don't log response XML
2009-11-21 Matthew Wildutil.timer: Fix libevent timers (event.base doesn't...
2009-11-21 Matthew Wildnet.server_event: Export base as event_base
2009-11-21 Matthew Wildnet.server_event: Comment overly verbose log message
2009-11-21 Matthew Wildutil.timer: Use libevent for lightweight timers if...
2009-11-21 Matthew Wildnet.server: New net.server to choose the appropriate...
2009-11-21 Matthew Wildnet.server: Rename to net.server_select
2009-11-20 Matthew Wildnet.server_event: Remove redundant getid() function
2009-11-20 Matthew Wildnet.server_event: Initial commit of server_event.lua...
2009-11-20 Matthew Wilds2smanager: Fail outgoing s2s connection if hostname...
2009-11-20 Matthew Wilds2smanager: Queue db:verify unless we already sent...
2009-11-18 Matthew Wildutil.sasl: Add COMPAT comment
2009-11-18 Waqas Hussainmod_console: Moved activation of the console port from...
2009-11-18 Waqas Hussainprosody.net_activate_ports: Slightly refactored and...
2009-11-18 Waqas Hussainmod_register: Log a debug message when a session's...
2009-11-18 Waqas Hussainmod_bosh: Set session.ip for BOSH sessions.
2009-11-18 Waqas Hussainutil.sasl: Added compatibility workaround for jwchat...
2009-11-18 Matthew Wildnet.dns: Be more strict about the records we cache
2009-11-18 Matthew Wildnet.dns: Be more strict about checking the DNS replies...
2009-11-13 Waqas Hussainutil.sasl: Improved a log message.
2009-11-13 Waqas Hussainutil.sasl: Allow authzid=username (for compatibility...
2009-11-12 Waqas Hussainutil.sasl: Return proper error when client provides...
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
2009-11-12 Waqas Hussainnet.connlisteners: Log an error when a listener fails...
2009-11-12 Waqas Hussaincomponentmanager: Improved logging for stanzas being...
2009-11-08 Matthew Wildmod_posix: Log warning when no_daemonize is used, and...
2009-11-08 Matthew Wildmod_posix: Switch config option to 'daemonize', fall...
2009-11-08 Matthew Wildmodulemanager: api:get_option(): Handle correctly optio...
2009-11-06 Matthew WildMerge with trunk
2009-11-06 Florian Zeitzutil.dataforms: Support for jid-multi field type
2009-11-01 Waqas Hussainnet.dns: Fixed indentation and coding style.
2009-11-01 Waqas Hussainnet.dns: Initialize default resolver on module load...
2009-11-01 Waqas Hussainnet.dns: Updated to use util.windows.get_nameservers...
2009-11-01 Matthew Wildnet.httpserver: Pass correct connection object to disco...
2009-10-31 Matthew Wildprosodyctl: Put 'pidfile' in quotes to make more clear...
2009-10-31 Waqas HussainMUC: Include occupants' real JIDs in their presence...
2009-10-31 Waqas HussainMakefile.win: Added support for util.windows, improved...
2009-10-30 Waqas Hussainutil.windows: Initial commit. Adds support for querying...
2009-10-30 Florian Zeitzutil.dataforms: Only add value to rendered form if...
2009-10-30 Matthew Wildutil.pposix: Add abort() function
2009-10-26 Matthew Wildserver.lua: Standardise on 'client' variable to refer...
2009-10-26 Matthew WildMerge with trunk
2009-10-26 Matthew Wildserver.lua: Add addsocket(), refactor all code to use...
2009-10-26 Waqas Hussainmod_welcome: Change $user to $username in default welco...
2009-10-25 Waqas HussainProsody top-level error handler modified to log properl...
2009-10-25 Waqas Hussainmod_console: Added proper cleanup for disconnected...
2009-10-25 Waqas HussainMUC: Fixed: affiliation='none' was omitted from some...
2009-10-25 Waqas Hussainxmppserver_listener: Minor logging fix: Prefer the...
2009-10-24 Waqas HussainMUC: Fixed an issue with multi-session nicks where...
2009-10-21 Waqas Hussainrostermanager: Fixed a global access.
2009-10-21 Waqas Hussainrostermanager: Refactored roster loading to remove...
2009-10-21 Waqas Hussainrostermanager: Log a warning when a self-contact is...
2009-10-21 Waqas Hussainrostermanager: Ensure meta-data entry is present on...
2009-10-21 Waqas Hussainrostermanager: Remove self-contacts from loaded rosters.
2009-10-21 Waqas HussainPEP: Better reload support.
2009-10-21 Waqas HussainPEP: Send publish IQ result before broadcast.
2009-10-21 Waqas HussainPEP: Stricter checks on payload validity.
2009-10-21 Waqas HussainPEP: Clone payloads to allow plugins to reuse stanzas.
2009-10-21 Waqas HussainPEP: Fixed namespace for the <item> element in PEP...
2009-10-21 Matthew Wildutil.require: Yes hg, I really did want to remove it...
2009-10-21 Matthew Wildprosody, util.require: Remove util.require, the shortes...
2009-10-21 Waqas Hussainmod_presence: Send unavailable presence when sending...
2009-10-21 Matthew Wildxmlhandlers: Reset state on error or stream close,...
2009-10-21 Matthew Wildconnlisteners: Localize tostring, fixes possible traceb...
2009-10-21 Waqas HussainMUC: List occupants in a room's disco#items response.
2009-10-21 Waqas HussainMerged with trunk.
2009-10-21 Waqas HussainMUC: Added config option 'restrict_room_creation' to...
2009-10-21 Waqas Hussainusermanager: Removed an unnecessary global access.
2009-10-21 Waqas Hussainusermanager: Logged a clear warning when the 'admins...
2009-10-21 Waqas Hussainusermanager: Changed function is_admin to allow checkin...
2009-10-21 Waqas Hussainmod_lastactivity: Gave a positive priority to the prese...
2009-10-20 Matthew Wildnet.dns: Don't expire records with TTL of 0 instantly
next