util.signal: Make kill() available on Solaris; really fixes #136.
[prosody.git] / plugins /
2009-12-08 Matthew Wildmod_posix: Fix to not loop in SIGTERM either, but the...
2009-12-08 Matthew Wildmod_posix: Set empty SIGINT handler when a SIGINT is...
2009-12-07 Matthew Wildmod_posix: Catch SIGINT
2009-12-05 Paul Aurichmod_pep: Support item retrieval use cases
2009-12-05 Paul Aurichmod_pep: Allow storage of urn:xmpp:avatar:data node...
2009-12-04 Matthew Wildmod_compression: Tweak some log levels
2009-12-04 Matthew Wildmod_proxy65: Strip trailing whitespace
2009-12-03 Tobias MarkmannRedo merge with Waqas' PBKDF2 optimizations.
2009-12-03 Tobias MarkmannMerge with Waqas.
2009-12-03 Sjoerd Simonsmod_proxy65: Don't read data from the connection untill...
2009-12-03 Sjoerd Simonsmod_proxy65: Make the proxying bidirectional
2009-12-03 Sjoerd Simonsmod_proxy65: Use a bigger buffer for data we're proxying
2009-12-03 Sjoerd Simonsmod_proxy65: Only lock the reading side when throttling
2009-12-03 Matthew Wildmod_proxy65: Throttle connections to prevent senders...
2009-12-03 Matthew Wildmod_proxy65: Replace error() calls with module:log...
2009-12-02 Matthew WildMerge with Tobias
2009-12-02 Matthew WildMerge with Tobias
2009-12-01 Tobias Markmannmod_console: Show compression status on s2s:show()...
2009-12-01 Tobias MarkmannMerge with tip.
2009-12-01 Matthew Wildmod_proxy65: Remove trailing whitespace
2009-12-01 Tobias Markmannmod_compression: Removing trailing whitespace.
2009-12-01 Matthew Wildmod_proxy65: Fix log:module -> module:log :)
2009-12-01 Tobias Markmannmod_compression: Declaring the de-/compression pipes...
2009-12-01 Tobias Markmannmod_compression: Some comment clean up.
2009-12-01 Tobias MarkmannMerge with tip.
2009-11-30 Tobias Markmannmod_compression: Removing forgotten debugging output.
2009-11-30 Tobias Markmannmod_compression: Define db (dialback) namespace in...
2009-11-30 Tobias MarkmannMerge with tip.
2009-11-30 Tobias Markmannmod_compression: Enabeling compression for outgoing...
2009-11-29 Tobias Markmannmod_compression: Some further refactoring.
2009-11-29 Tobias Markmannmod_compression: Make setup_compression work for s2s...
2009-11-29 Tobias Markmannmod_compression: Moving compression setup in a dedicate...
2009-11-29 Tobias Markmannmod_compression: Prepare activating of compression...
2009-11-29 Tobias MarkmannMerge with tip.
2009-11-29 Tobias MarkmannEnable one way stream compression on s2s links.
2009-11-29 Waqas HussainMerge with 0.6.
2009-11-28 Matthew WildMerge with Tobias
2009-11-28 Matthew Wildmod_console: Update for new server API, fixes traceback...
2009-11-28 Matthew Wildmod_saslauth: Fix typo in variable name
2009-11-28 Waqas Hussainmod_register: Properly notify contacts of subscription...
2009-11-27 Matthew Wildmod_proxy65: Use new jid.join() from util.jid
2009-11-27 sjoerd.simons@coll... mod_proxy65: Update listener callback names for new...
2009-11-26 Tobias MarkmannMerged with tip.
2009-11-26 Tobias Markmannmod_saslauth: Allow relogins after failed SASL login.
2009-11-26 Waqas Hussainmod_presence: Use the local host object as the origin...
2009-11-26 Waqas HussainMerge with 0.6.
2009-11-26 Waqas Hussainmod_presence: Use the local host as origin for subscrip...
2009-11-26 Waqas Hussainmod_presence: Removed an unnecessary compatibility...
2009-11-26 Waqas Hussainmod_roster: Ask remote server to remove pending subscri...
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Matthew WildMerge with 0.6
2009-11-25 Waqas HussainMerge with trunk.
2009-11-25 Waqas HussainMUC: Added support for the room-destroy owner use case.
2009-11-25 Matthew WildMerge with trunk
2009-11-25 Matthew WildMerge with Tobias's SASL redesign branch
2009-11-25 Waqas HussainMUC: Slightly refactored form processing.
2009-11-25 Waqas HussainMUC: Only allow moderators to change the room subject.
2009-11-25 Waqas HussainMUC: Prevent visitors from broadcasting messages.
2009-11-25 Waqas HussainMUC: Improved handling of incoming groupchat messages...
2009-11-22 Matthew Wildmod_console: Update for new net.server API
2009-11-22 Waqas HussainMerged with 0.6.
2009-11-22 Waqas Hussainmod_presence: Route incoming presence subscription...
2009-11-22 Waqas Hussainmod_presence: Acknowledge subscription requests by...
2009-11-22 Matthew Wildmod_proxy65: Update for new net.server API, untested
2009-11-22 Matthew Wildmod_proxy65: Import from prosody-modules, thanks Ephraim :)
2009-11-22 Matthew WildMerge with trunk
2009-11-21 Matthew Wildmod_tls: Switch to : syntax for connection methods
2009-11-21 Matthew Wildmod_bosh: Don't log response XML
2009-11-20 Tobias MarkmannFixing some typos.
2009-11-19 Tobias MarkmannMerge with trunk.
2009-11-19 Tobias MarkmannUse new cofig option reading API.
2009-11-19 Tobias MarkmannAllow SASL PLAIN over unsecure connections when intende...
2009-11-18 Tobias MarkmannProvide SASL PLAIN mechanism only if TLS is active.
2009-11-18 Waqas Hussainmod_console: Moved activation of the console port from...
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-16 Tobias MarkmannMerge with sasl branch.
2009-11-12 Waqas HussainChanged separator between attribute names and prefixes...
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-10-31 Waqas HussainMUC: Include occupants' real JIDs in their presence...
2009-10-26 Waqas Hussainmod_welcome: Change $user to $username in default welco...
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-24 Waqas HussainMUC: Fixed an issue with multi-session nicks where...
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 Waqas Hussainmod_presence: Send unavailable presence when sending...
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 Hussainmod_lastactivity: Gave a positive priority to the prese...
2009-10-20 Waqas HussainMUC: Added 'name' config option, for specifying the...
2009-10-20 Waqas Hussainmod_lastactivity: Persist data across reloads.
2009-10-20 Waqas Hussainmod_lastactivity: Allow users to request their own...
2009-10-18 Waqas Hussainmod_lastactivity: Initial commit.
2009-10-18 Waqas Hussainmod_uptime: Removed event hook for iq/bare. mod_uptime...
next