prosody.git
2012-03-03 Matthew WildMerge with Zash
2012-03-03 Kim Alvefurmod_dialback, mod_s2s: Log initiation of dialback in...
2012-03-03 Kim Alvefurmod_s2s, mod_dialback: Rename event to s2s-authenticate...
2012-03-03 Matthew WildMerge with Zash
2012-03-03 Kim Alvefurmod_s2s, mod_dialback: Event on pre-XMPP streams, so...
2012-03-02 Kim Alvefurcore.portmanager: Make sure the private flag takes...
2012-03-02 Kim Alvefurmod_admin_telnet: Import util.iterators properly
2012-03-02 Kim Alvefurmod_s2s: return true when we sent the stanza, or initia...
2012-03-02 Kim Alvefurmod_s2s: Split send_to_host() into two route/remote...
2012-03-02 Kim Alvefurmod_dialback: Remove unused import of s2smanager.send_t...
2012-03-02 Thijs AlkemadeFix make install for mod_s2s.
2012-02-29 Kim Alvefurmod_s2s: Add missing local table.insert
2012-02-24 Marco Cirillos2smanager, mod_s2s: clear up ip_hosts after s2s is...
2012-02-24 Matthew WildMerge backout
2012-02-24 Matthew WildBacked out changeset aba47e6dff43
2012-02-24 Matthew WildMerge Zash with Florob and Maranda
2012-02-24 Marco Cirillomod_s2s: prevent attempting to reconnect when the strea...
2012-02-24 Marco Cirillomod_admin_telnet: make service private.
2012-02-24 Marco Cirillomod_s2s, s2sout.lib: import cert verify and add another...
2012-02-24 Florian Zeitzs2sout.lib: import utils/functionality once in s2smanager.
2012-02-24 Florian Zeitzmod_s2s: port functionality once in s2smanager.
2012-02-24 Florian Zeitzmod_dialback: import util.hashes and functionality...
2012-02-24 Florian Zeitzs2smanager: remove send_to_host.
2012-02-24 Florian Zeitzmodulemanager: include mod_c2s and mod_s2s into autoloa...
2012-02-23 Kim Alvefurs2sout.lib: Fix wrong variable name
2012-02-23 Kim Alvefurs2sout.lib: Add locals for source interfaces
2012-02-23 Kim Alvefurs2sout.lib: Import various util.*
2012-02-23 Kim Alvefurmod_s2s: Attach send function to session
2012-02-23 Kim Alvefurmod_s2s: Initiate connections
2012-02-22 Kim Alvefurmod_s2s: Fix typo
2012-02-22 Kim Alvefurmod_s2s: Add some missing imports
2012-01-23 Matthew Wildnet.http, httpclient_listener: Merge listener into...
2012-01-23 Matthew Wildxmppserver_listener: Remove
2012-01-23 Matthew Wilds2smanager, mod_s2s, mod_s2s/s2sout: Split connection...
2012-01-23 Matthew Wildstanza_router: Replace s2s send logic with firing of...
2012-01-23 Matthew Wildstanza_router: Remove obsolete commented code
2012-01-23 Matthew Wildsessionmanager: Require uuid_generate()
2012-01-23 Matthew Wildmod_c2s: Code reduction
2012-01-23 Matthew Wildmod_admin_telnet: Port to portmanager
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"
next