prosody.git
2015-05-13 Kim AlvefurMerge
2015-05-13 Kim AlvefurMerge 0.9->0.10
2015-05-13 Kim Alvefurmod_s2s: Mark stream as opened directly after opening...
2015-05-13 Kim Alvefurmod_s2s: Don't cache session.sends2s (or do it later...
2015-05-13 Kim Alvefurmod_s2s/s2sout: Use the local address assigned to UDP...
2015-05-13 Kim Alvefurutil.datamanager: Fix traceback from trying to purge...
2015-05-13 Kim Alvefurmod_s2s/s2sout: Remove now unused config option dns_max...
2015-05-13 Matthew Wildportmanager: Remove unused argument from function ...
2015-05-13 Matthew Wildportmanager: Rename variable to avoid name conflict...
2015-05-13 Matthew Wildportmanager: Add luacheck annotations
2015-05-13 Matthew Wildutil.queue: Small fast FIFO/ringbuffer/queue library
2015-05-06 Matthew Wildsessionmanager: Rename argument to avoid name clash...
2015-05-06 Matthew Wildsessionmanager: Rename unused loop variables to '_...
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 Wild.luacheckrc: Commit initial config for luacheck
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-06 Matthew Wildrostermanager: Variable rename for clarity and to avoid...
2015-05-06 Matthew Wildmodulemanager: Add luacheck annotations
2015-05-06 Matthew Wildmodulemanager: Remove unused import of pcall #luacheck
2015-05-06 Matthew Wildmoduleapi: Import util.stanza required for module:broad...
2015-05-06 Matthew Wildmoduleapi: Add luacheck annotation
2015-05-06 Matthew Wildmoduleapi: Minor variable renaming to avoid clashes...
2015-05-06 Matthew Wildmoduleapi: Clear self.event_handlers when unhooking...
2015-05-06 Matthew Wildmoduleapi: module:measure_event(), module:measure_globa...
2015-05-06 Matthew Wildmoduleapi: Remove accidental use of undefined and unnec...
2015-05-06 Matthew Wildmoduleapi: Add module:broadcast() to send a stanza...
2015-05-06 Kim Alvefurmod_s2s: Fire read timeout event on correct virtualhost...
2015-05-05 Kim Alvefurmod_pubsub: Add option for default affiliation of non...
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-05-02 Kim Alvefurutil.encodings: Move declarations to top of function...
2015-05-02 Kim Alvefurutil.pposix: Return error from ftruncate if that fails...
2015-04-28 Matthew Wildutil.events: Change from nil to false to indicate addin...
2015-04-28 Matthew Wildmoduleapi: New methods for modules to conveniently...
2015-04-28 Matthew Wildmoduleapi: Experimental API for modules to measure...
2015-04-28 Matthew Wildutil.events: Add support for event wrappers, functions...
2015-04-27 Kim Alvefurprosodyctl: check certs: Correctly check that certifica...
2015-04-26 Kim Alvefurconfigure: Set default compiler and linker to cc and...
2015-04-26 Kim Alvefurconfigure: Mention openbsd preset in --help
2015-04-26 Kim Alvefurnet.dns: Make sure argument to math.randomseed does...
2015-04-25 Kim AlvefurMerge 0.9->0.10
2015-04-25 Kim Alvefurmod_c2s, mod_s2s: Collect statistics on number of conne...
2015-04-25 Kim Alvefurmod_blocklist: Some cleanup [luacheck]
2015-04-25 Kim Alvefurusermanager: Capitalize log message
2015-04-25 Kim Alvefurmod_admin_adhoc: Remove special treatment of the "pendi...
2015-04-24 Kim Alvefurnet.dns, mod_s2s: Add chasing of CNAMEs to net.dns...
2015-04-05 Kim Alvefurrostermanager: Fix roster upgrade code (thanks mva)
2015-04-03 Florian Zeitzrostermanager: Add missing import of `type()`
2015-04-03 Florian Zeitzutil-src/*.c: Per convention call luaL_error() as argum...
2015-04-03 Matthew Wildsessionmanager: Rename parameter to avoid varible name...
2015-04-03 Matthew Wildhostmanager: Rename variable to avoid shadowing 'type...
2015-04-03 Matthew Wildloggingmanager: Improve code structure (removes empty...
2015-04-03 Matthew Wildrostermanager: Remove unused parameter
2015-04-03 Kim Alvefurutil-src/*.c: astyle --indent=tab --brackets=attach...
2015-04-03 Kim Alvefurutil.datamanager: Fix traceback due to %s in log message
2015-04-03 Kim Alvefurrostermanager, mod_roster, mod_presence: Move pending...
2015-04-02 Kim Alvefurprosodyctl: Use ssl.loadcertificate instead of ssl...
2015-04-01 Paul Aurichprosodyctl: Document magic commit ID
2015-03-31 Matthew Wildutil.table, Makefile: New C module that allows pre...
2015-03-27 Matthew WildMerge with merge merge merge
2015-03-27 Matthew WildMerge 0.9->0.10 (third time lucky)
2015-03-26 Kim AlvefurMerge with merge
2015-03-26 Kim AlvefurMerge 0.9->0.10 again
2015-03-26 Matthew WildMerge 0.9->0.10
2015-03-24 Matthew WildTagging 0.9.8
2015-03-24 Matthew Wildmod_s2s: to/from attributes are required on s2s stream...
2015-03-24 Matthew Wildsessionmanager: Return 'not-allowed' error instead...
2015-03-23 Kim Alvefurmod_http: Return a static string from module:http_url...
2015-03-23 Kim Alvefurmod_http: Log a debug message when adding new http...
2015-03-23 Kim AlvefurBackout 7726b627c3ea
2015-03-23 Matthew Wildutf8_sequences.txt: Oops
2015-03-23 Matthew Wildtests: Add UTF-8 validity tests
2015-03-23 Matthew WildMerge with Zash
2015-03-23 Kim Alvefurutil.encodings: Expose UTF-8 validation and length...
2015-03-23 Kim Alvefurutil.encodings: Perform validation of UTF-8 strings...
2015-03-14 Matthew Wildmod_http: Log event name when adding a HTTP app's hooks
2015-03-14 Matthew Wildnet.http.server: Log event name when firing a request...
2015-02-24 Matthew Wildconfigure: Fix for commit cd0088c73daf - update LIBDIR...
2015-02-20 Matthew Wildmod_admin_telnet: Require util.pposix (fixes #471)
2015-02-20 Kim Alvefurutil.datamanager: Check that the global 'prosody' exist...
2015-02-20 Matthew Wildconfigure, Makefile: Add --libdir option to ./configure...
2015-01-21 Kim Alvefurprosodyctl: Expand plugin paths and attempt to identify...
2015-01-21 Kim Alvefurprosodyctl: Use util.mercurial to identify hg repositor...
2015-01-21 Kim Alvefurutil.mercurial: Utility functions for Mercurial reposit...
2015-01-06 Kim Alvefurstanza_router: Fix routing of 'error' IQs with multiple...
2014-11-18 Matthew Wildnet.http.parser: Fix whitespace/indentation
2014-11-10 daurnimatornet.http.parser: Fix chunked encoding parsing across...
2014-10-30 Kim Alvefurnet.dns: Try next server if peer name can not be set...
2014-10-30 Kim Alvefurnet.dns: Return new socket from servfail
2014-10-30 Kim Alvefurnet.adns: Log peername recorded from wrapped setpeernam...
next