util.events: Fix comparison of event_name with nil instead of false (fixes #554)
[prosody.git] / util /
2015-11-24 Kim Alvefurutil.session: How would you even send anything to a...
2015-11-24 Kim Alvefurutil.session: How does a session relate do a connection?
2015-11-24 Kim Alvefurutil.session: What does the session say?
2015-11-24 Kim Alvefurutil.session: What is the identity of a session?
2015-11-24 Kim Alvefurutil.session: What is a session?
2015-11-24 Matthew Wildutil.cache: Ordered key->value data structure, with...
2015-11-22 Matthew Wildutil.ip: Improve comparison, == doesn't necessarily...
2015-11-17 Matthew WildMerge 0.9->0.10
2015-10-18 Matthew Wildutil.queue: Add luacheck annotations
2015-10-18 Matthew Wildutil.queue: Add :items() iterator
2015-10-17 Kim AlvefurMerge 0.9->0.10
2015-10-11 Kim AlvefurMerge 0.9->0.10
2015-10-11 Kim Alvefurutil.openssl: Separate extension sections into one...
2015-10-02 Kim Alvefurutil.jid: Fix backout
2015-10-02 Kim AlvefurBackout 7e820979fd9b (broke tests)
2015-09-26 Kim AlvefurMerge 0.9->0.10
2015-09-25 Kim AlvefurMerge 0.9->0.10
2015-09-25 Matthew WildMerge 0.9->0.10
2015-09-12 Kim Alvefurutil.dataforms: Fix interaction of required fields...
2015-09-12 Kim Alvefurutil.dataforms: Refactor parsing to reuse simple text...
2015-05-13 Kim Alvefurutil.datamanager: Fix traceback from trying to purge...
2015-04-03 Kim Alvefurutil.datamanager: Fix traceback due to %s in log message
2015-02-20 Kim Alvefurutil.datamanager: Check that the global 'prosody' exist...
2014-10-24 Matthew WildBackout changeset 6e67c73f730c: not a major fix and...
2014-10-07 daurnimatorutil/dataforms: Make sure we iterate over field tags
2014-10-08 Waqas Hussainutil.stanza: Escape newlines and tabs (\r\n\t) when...
2014-08-28 Matthew Wildutil.filters: Ignore filters being added twice (fixes...
2014-08-23 Matthew Wildutil.xmppstream: When error is 'no-stream', pass the...
2014-08-26 Kim Alvefurprosodyctl: Verify that 'pidfile' is a string, show...
2014-04-22 Kim Alvefurutil.dataforms: Add support for XEP-0221: Data Forms...
2014-04-09 Waqas Hussainutil.dependencies: Check for Lua 5.1. We don't currentl...
2014-04-02 Matthew Wildutil.xmppstream: Also disable CharacterData merging...
2014-04-02 Matthew Wildutil.xmppstream: Disable LuaExpat's buffering (if possible)
2014-04-01 Matthew WildMerge
2014-04-01 Matthew WildMerge
2014-03-30 Matthew Wildutil.dependencies: Log error when LuaExpat is not capab...
2014-03-30 Matthew Wildutil.xmppstream: Implement stanza size limiting, defaul...
2014-03-09 Kim Alvefurutil.pluginloader: Always use path separator from packa...
2015-09-03 Kim Alvefurutil.stanza: Export xml_escape (missed during removal...
2015-09-02 Kim Alvefurutil.sql: Export db2uri (mod_storage_sql2 command uses...
2015-08-30 Kim Alvefurutil.sql: Log when transactions begin
2015-08-26 Kim Alvefurutil.hex: Normalize hex to lowercase and discard non...
2015-08-26 Kim AlvefurMerge 0.9->0.10
2015-04-07 Kim Alvefurutil.sasl.scram: Get rid of module call
2015-03-13 Kim Alvefurutil.json: Remove use of newproxy
2015-03-03 Kim Alvefurutil.helpers: Fix order of functions using each other...
2015-02-21 Kim Alvefurutil.dependencies: Only abort on Lua versions before...
2015-02-21 Kim Alvefurutil.*: Remove use of module() function, make all modul...
2015-08-10 Kim AlvefurMerge 0.9->0.10
2015-08-07 Kim Alvefurutil.interpolation: Add support for filter functions
2015-07-17 Kim Alvefurutil.{interpolation,prosodyctl,sql}: Trim trailing...
2015-07-08 Matthew Wildutil.sql: Add safety check to ensure our chosen connect...
2015-07-08 Matthew Wildutil.sql: Fix log level of debug message
2015-07-08 Matthew Wildutil.sql: Log debug message when connecting to database
2015-07-08 Matthew Wildutil.sql: Make set_encoding() return failure of SET...
2015-07-08 Matthew Wildutil.sql: Return failure if set_encoding() fails
2015-07-08 Matthew Wildutil.sql: Use appropriate collation for the chosen...
2015-07-08 Matthew Wildutil.sql: Create table with same charset as the charset...
2015-07-07 Matthew Wildutil.sql: Allow onconnect callback to fail connection...
2015-07-06 Matthew WildMerge with 0.10
2015-07-02 Kim Alvefurutil.sql: Call onconnect, provide noop dummy if not set
2015-06-25 Kim AlvefurMerge 0.9->0.10
2015-06-24 Matthew WildMerge with 0.10
2015-06-03 Matthew Wildutil.sql: Remove built-in engine caching. This is the...
2015-06-03 Matthew Wildutil.sql: Expose db2uri helper function
2015-06-03 Matthew Wildutil.sql: Rename some variable to match conventions
2015-06-03 Matthew Wildutil.queue: Allow optional wrap-around when pushing...
2015-05-30 Matthew Wildutil.sql: Remove unused functions and unused commented...
2015-05-19 Kim Alvefurutil.interpolation: A template engine for text
2015-05-18 Kim Alvefurutil.x509: Tell LuaSec we want UTF-8 data
2015-05-13 Kim AlvefurMerge 0.9->0.10
2015-05-13 Kim AlvefurMerge
2015-05-13 Kim AlvefurMerge 0.9->0.10
2015-05-13 Matthew Wildutil.queue: Small fast FIFO/ringbuffer/queue library
2015-05-06 Matthew Wildutil.set: Rename method argument to avoid name clash...
2015-05-06 Matthew Wildutil.set: Add luacheck annotation for methods not refer...
2015-05-06 Matthew Wildutil.set: Remove unnecessary local declaration, argumen...
2015-05-06 Matthew Wildutil.dataforms: Rename unused loop counter to '_' ...
2015-05-06 Matthew Wildutil.sslconfig: Rename variable to avoid name clash...
2015-05-06 Matthew Wildutil.serialization: Remove unused imports of error...
2015-05-06 Matthew Wildutil.xml: Remove unused parameter (thanks, luacheck)
2015-05-06 Matthew Wildutil.dataforms: Remove unused import of pairs() (thanks...
2015-05-06 Matthew WildMerge
2015-05-06 Matthew Wildutil.events: Add get_handlers() method
2015-05-06 Matthew Wildportmanager, s2smanager, sessionmanager, stanza_router...
2015-05-04 Kim Alvefurutil.statistics: Collect duration sample even if run...
2015-05-04 Kim Alvefurutil.events: Add local reference to table.remove (fixes...
2015-05-03 Kim AlvefurMerge 0.9->0.10
2015-04-28 Matthew Wildutil.events: Change from nil to false to indicate addin...
2015-04-28 Matthew Wildutil.events: Add support for event wrappers, functions...
2015-04-25 Kim AlvefurMerge 0.9->0.10
2015-03-27 Matthew WildMerge 0.9->0.10 (third time lucky)
2015-03-26 Kim AlvefurMerge 0.9->0.10 again
2015-03-26 Matthew WildMerge 0.9->0.10
2015-01-21 Kim Alvefurutil.mercurial: Utility functions for Mercurial reposit...
2015-02-24 Matthew WildMerge 0.9->0.10
2015-02-21 Kim AlvefurMerge 0.9->0.10
2015-01-31 Matthew WildMerge with 0.10
2015-01-30 Matthew Wildutil.statistics: Return 0 as percentile if data out...
2015-01-26 Kim AlvefurMerge 0.9->0.10
next