prosody.git
2012-01-23 Matthew Wildprosody: sandboxed require(): Point __index of _G at...
2012-01-23 Matthew Wildsessionmanager, mod_c2s: Move timeout logic to mod_c2s
2012-01-23 Matthew Wildprosody: Remove connlisteners, and net_activate_ports
2012-01-23 Matthew Wildportmanager: Pass port to friendly_error_message()
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 Wildmod_c2s, sessionmanager, xmppclient_listener: Move...
2012-01-22 Matthew Wildportmanager: One manager to, in the darkness, bind...
2012-01-22 Matthew WildMerge with trunk
2012-01-22 Matthew Wildmod_admin_telnet: Use module:shared() to expose command...
2012-01-22 Matthew Wildmoduleapi: Add module:shared(), a way to easily share...
2012-01-22 Matthew Wildmoduleapi: Add module:depends(), a way to safely depend...
2012-01-22 Matthew Wildmodulemanager: load(): Return and use the correct modul...
2012-01-22 Matthew Wildutil.helpers: After nearly 'fixing' this code, I conclu...
2012-01-22 Matthew Wildmodulemanager: Cleanup some unused variables, imports...
2012-01-22 Matthew Wildmodulemanager, moduleapi: Replace hooks multitable...
2012-01-22 Matthew Wildmodulemanager: Drop unnecessary prosody_events local
2012-01-22 Matthew Wildmodulemanager: Some reorganisation. Only external chang...
2012-01-22 Matthew Wildmodulemanager: Move in-module API functions to core...
2012-01-19 Kim Alvefurmod_compression: Change default compression level to 7
2012-01-19 Kim Alvefurmod_compression: Use get_option_number
2012-01-18 Matthew WildMerge with trunk
2012-01-18 Matthew WildMerge with 0.9
2012-01-18 Matthew Wildmod_tls: Fix log statement (thanks Zash)
2012-01-18 Waqas Hussainutil.json: Added function encode_ordered(object).
2012-01-17 Matthew Wildxmppserver_listener: Only re-attempt connection on...
2012-01-17 Matthew WildMerge with 0.9
2012-01-17 Matthew Wildnet.http: Pass response object to callbacks (feels...
2012-01-16 Matthew Wildnet.server_event: Fix :pause() to actually stop reading...
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()...
2012-01-06 Marco Cirillomod_component: removed unused variable reference, added...
2012-01-06 Marco Cirillonet.xmppcomponent_listener: removed unused variable...
2011-12-21 Matthew Wildutil.stanza: Remove unused __add metamethod
2011-12-20 Matthew Wilds2smanager: Fix missing import of 'type' (thanks darkrain)
2011-12-16 Matthew Wildhostmanager: Add send() method to hosts
2011-12-14 Waqas Hussainusermanager: Prep admin JIDs (fixes issue#276).
2011-12-14 Waqas Hussains2smanager: Don't throw an error when the "interface...
2011-12-14 Waqas Hussainmod_bosh: Remove unused reference to lxp
2011-12-13 Matthew Wildsessionmanager: Remove unused reference to modulemanager
2011-12-13 Matthew Wilds2smanager: Remove unused reference to modulemanager
2011-12-13 Matthew Wildmodulemanager: Remove 'config' from module environments...
2011-12-12 Waqas Hussainmod_watchregistrations: Fixed an undefined global acces...
2012-01-17 Matthew Wildprosodyctl: Adjust description of 'reload' command...
2011-12-12 Waqas Hussainmod_watchregistrations: Fixed an undefined global acces...
2011-12-12 James Callahanutil/datamanager: Use package.config to figure out...
2011-12-11 Matthew Wildconfigure: Add 'openbsd' preset (thanks xavier)
2011-12-10 Matthew Wildconfigmanager: get(): Make section (core) optional...
2012-04-24 Matthew WildMerge with Markus K?tter
2012-04-19 Matthew WildMerge with 0.9
2012-04-19 Matthew Wildmod_bosh: Log error on BOSH parse failure (thanks daurn...
2012-04-13 Markus K?ttermuc - implement per channel history limits
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-09 Matthew WildMerge 0.9->trunk
2012-03-05 Kim Alvefurmod_admin_telnet: Add flag for IPv6
2012-03-05 Kim Alvefurmod_admin_telnet: Add flag for stream management.
2012-03-05 Kim Alvefurmod_admin_telnet: (encrypted) is redundant in combinati...
2012-03-05 Kim Alvefurmod_admin_telnet: Commond and flexible way to show...
2012-03-04 Kim Alvefurcore.s2smanager: Log the entire stream header.
2012-02-25 Matthew WildMerge with 0.9
2012-02-25 Matthew Wilds2smanager: Fix traceback when socket.tcp6 isn't available
2012-02-21 Kim Alvefurcore.s2smanager: Fix check_cert_status() for when the...
2012-02-12 Matthew WildMerge with 0.9
2012-02-12 Matthew Wildhostmanager: Import select() (thanks Medics)
2012-02-12 Matthew WildMerge with 0.9
2012-02-12 Kim Alvefurmod_saslauth: Remove useless import of, and call to...
2012-02-12 Kim Alvefurmod_saslauth: Fire authentication-failure if make_authe...
2012-02-12 Kim Alvefurmod_saslauth: Move authentication-success event to...
2012-02-11 Matthew WildMerge with 0.9
2012-02-11 Matthew Wildhostmanager: Import jid_split (thanks chris)
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 Hussaintools/ejabberdsql2prosody: Handle INSERT statement...
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-24 Paul Aurichs2smanager: Log the host when marking it authenticated
2012-01-24 Paul Aurichmod_saslauth: "" ~= nil (thanks, Zash!)
2012-01-20 Kim Alvefurprosodyctl: Add commands for generating certificates...
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 Waqas Hussainutil.json: Added function encode_ordered(object).
2011-12-16 Matthew Wildhostmanager: Add send() method to hosts
2012-01-31 Matthew Wildprosody.cfg.lua.dist: Comment mod_legacyauth by default...
2011-12-10 Matthew Wildmod_adhoc: Use module:handle_items()
2011-12-09 Waqas Hussainutil.array: Avoid globals.
2011-12-09 Waqas Hussainutil.array: Make array:push() chainable.
next