mod_privacy: Fix selecting the top resource (fixes #694)
[prosody.git] / util /
2012-08-24 Kim Alvefurutil.datamanager: Collect errors when deleting all...
2012-08-21 Kim Alvefurutil.stanza: Use ipairs instead of childtags (behavior...
2012-08-08 Matthew Wildutil.array: Accept an iterator to the array constructor
2012-08-01 Matthew Wildutil.pluginloader: Remove unused imports
2012-08-01 Matthew Wildutil.pluginloader: Expose load_file
2012-07-31 Matthew WildMerge Waqas<>Zash
2012-07-31 Kim Alvefurutil.datamanager: Try to open in read+write mode, then...
2012-07-31 Waqas Hussainutil.datamanager: Don't use os.rename on non-POSIX...
2012-07-31 Kim Alvefurutil.datamanager: Add missing mode flag to seek call
2012-07-29 Kim Alvefurutil.datamanager: Remove a few unused imports
2012-07-29 Matthew WildMerge with Zash
2012-07-29 Kim Alvefurutil.datamanager: Write to a temporary file and atomica...
2012-07-28 Kim Alvefurutil.datamanager: Use pposix.fallocate() to make sure...
2012-07-28 Matthew WildMerge with Zash
2012-07-28 Kim Alvefurutil.datamanager: Add function for removing all data...
2012-07-28 Kim Alvefurutil.datamanager: Add function for listing stores
2012-07-28 Matthew WildMerge with Florob
2012-07-24 Matthew Wildmod_auth_cyrus, util.sasl_cyrus: Add new option 'cyrus_...
2012-07-23 Matthew WildHopefully inert commit to clean up logging across a...
2012-07-22 Matthew WildMerge Zash with Zash for Zash
2012-07-09 Matthew WildMerge 0.9->trunk
2012-07-09 Matthew Wildutil.throttle: floor() internal balance calculation
2012-07-05 Matthew WildMerge (some of) trunk -> 0.9
2012-07-05 Matthew WildMerge 0.9->trunk
2012-06-24 Matthew Wildutil.logger: Remove some redundant code
2012-07-05 Kim Alvefurutil.stanza: Make stanza:childtags() behave like :get_c...
2012-06-18 Matthew Wildutil.sasl: Make registerMechanism a public function
2012-06-12 Matthew WildMerge 0.9->trunk
2012-06-12 Florian Zeitzutil.dataforms: Fix parsing of -multi fields
2012-06-09 Florian Zeitzmod_admin_telnet, prosody, prosodyctl, ejabberd2prosody...
2012-06-08 Florian ZeitzEliminate direct setfenv usage
2012-06-07 Florian Zeitzutil.envload: New module to abstract Lua 5.1's setfenv...
2012-05-28 Marco Cirilloutil.sasl.plain: make it return "not-authorized" in...
2012-05-24 Matthew Wildutil.set: Change '/' operator from filter to map+filter...
2012-05-22 Matthew Wildutil.multitable: Some fixes for iter()... always match...
2012-05-19 Matthew Wildutil.multitable: No longer use table.remove to drop...
2012-05-19 Matthew Wildutil.multitable: Add :iter() method to iterate over...
2012-05-18 Matthew Wildutil.watchdog: Pass watchdog object to callback so...
2012-05-17 Kim Alvefurutil.dataforms: Don't return invalid JIDs in jid-single.
2012-05-17 Kim Alvefurutil.dataforms: Fix validation of booleans.
2012-05-17 Kim Alvefurutil.dataforms: Do field validation and normalization...
2012-05-16 Matthew WildRemove util.broadcast
2012-05-12 Waqas Hussainutil.timer: Always pass the current time to timer callb...
2012-05-11 Matthew WildMerge with backout
2012-05-10 Matthew WildMerge with Zash
2012-05-10 Kim Alvefurutil.rfc3484: Don't pollute the global scope.
2012-05-08 Kim Alvefurutil.x509: Remove logic for generating certificate...
2012-05-08 Kim Alvefurutil.openssl: Add wrapper for the openssl cli tool...
2012-05-03 Matthew Wildutil.timer: Remove unnecessary require calls, fixes...
2012-05-03 Matthew WildMerge with Zash
2012-05-03 Matthew Wildnet.server, net.timer, net.server_select: Rearrange...
2012-04-29 Matthew Wildutil.xmlrpc: Remove (unused)
2012-04-28 Matthew WildMerge with Zash
2012-04-28 Matthew Wildutil.debug: Add +1 to level when getting locals table...
2012-04-28 Matthew Wildutil.debug: Re-fix parameter handling (I think it match...
2012-04-28 Matthew Wildutil.httpstream: Remove COMPAT properties from request
2012-04-28 Matthew Wildutil.timer: Remove unused function imports
2012-04-28 Matthew Wildutil.stanza: Remove unused function imports
2012-04-26 Matthew Wildutil.helpers: show_events(): Make more robust, and...
2012-04-26 Matthew Wildutil.debug: Remove 'white' from boundary style (leave...
2012-04-26 Matthew Wildutil.termcolours: tohtml() for converting output to...
2012-04-25 Matthew Wildutil.debug: Some more magic constant fiddling. Don...
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-24 Matthew Wildutil.helpers: Add show_events(), to show the events...
2012-04-24 Matthew Wildutil.debug: Turn into a real-ish module ('debugx')...
2012-03-22 Matthew Wildutil.debug: Move boundary markers to top of relevant...
2012-03-22 Matthew Wildutil.debug: Add a touch of colour to source locations
2012-03-22 Matthew Wildutil.debug: Add a bit of colour
2012-03-22 Matthew Wildutil.debug: Move optimal line length (default 65) into...
2012-03-22 Matthew Wildutil.debug: Add markers in the output when crossing...
2012-03-22 Matthew Wildutil.debug: Add catch for an "error in error handling"
2012-03-22 Matthew Wildutil.debug: Attempt to get debug.traceback() parameter...
2012-03-15 Matthew Wildloggingmanager, util.logger: Remove name sinks and...
2012-02-11 Matthew WildMerge with 0.9
2012-02-11 Matthew Wildutil.prosodyctl: Fix variable name clash introduced...
2012-02-08 Matthew WildMerge with 0.9
2012-02-08 Kim Alvefurutil.prosodyctl: In the register command, check that...
2012-02-04 Waqas Hussainutil.template: Refactoring to make the string->stanza...
2012-01-26 Matthew WildMerge with 0.9
2012-01-26 Matthew WildMerge with Zash
2012-01-25 Waqas Hussainutil.xmppstream: Optimize attribute processing.
2012-01-25 Waqas Hussainutil.xmppstream: Have faith in the XML parser matching...
2012-01-25 Waqas Hussainutil.xmppstream: Remove some unnecessary code.
2012-01-23 Matthew Wildutil.iterators: Make a standard library (no longer...
2012-01-22 Matthew Wildutil.set: Accept nil to add_list()
2012-01-22 Matthew WildMerge with trunk
2012-01-22 Matthew Wildutil.helpers: After nearly 'fixing' this code, I conclu...
2012-01-20 Kim Alvefuruser.x509: Add some utility functions for generating...
2012-01-20 Kim Alvefurutil.prosodyctl: Add getline() and show_prompt()
2012-01-18 Matthew WildMerge with trunk
2012-01-18 Matthew WildMerge with 0.9
2012-01-18 Waqas Hussainutil.json: Added function encode_ordered(object).
2012-01-18 Waqas Hussainutil.json: Added function encode_ordered(object).
2012-01-13 Matthew Wildutil.throttle: Fix 'outstanding' return value
2012-01-13 Matthew Wildutil.throttle: Fix 'outstanding' return value
2012-01-13 Matthew Wildutil.throttle: Import setmetatable
2012-01-13 Matthew Wildutil.throttle: Import setmetatable
2012-01-13 Matthew Wildutil.debug: Adjust level within get_locals_table()...
2011-12-21 Matthew Wildutil.stanza: Remove unused __add metamethod
2011-12-12 James Callahanutil/datamanager: Use package.config to figure out...
next