net.server_event: Check the buffer *length*, not the buffer itself (Fixes 100% cpu...
[prosody.git] / core / moduleapi.lua
2013-05-01 Matthew WildMerge with Florob
2013-04-27 Kim Alvefurmoduleapi: in module:provides(), add the name of the...
2013-04-27 Kim Alvefurmoduleapi: module:provides called without an item makes...
2013-04-27 Matthew Wildmoduleapi: Add module:get_option_inherited_set() to...
2013-04-27 Matthew Wildmoduleapi: Add module:context(host) to produce a fake...
2013-04-23 Matthew WildMerge
2013-04-19 Kim Alvefurmoduleapi: Make module:open_store() open a store named...
2013-04-19 Matthew Wildmoduleapi: Add module:open_store() as a front-end to...
2013-04-05 Matthew Wildmoduleapi: assert() that prosody.core_post_stanza is...
2013-04-01 Marco Cirillomoduleapi: have get_host_items wrap on get_items from...
2013-03-23 Kim Alvefurcore.*: Complete removal of all traces of the "core...
2012-09-29 Matthew WildMerge 0.9->trunk
2012-09-29 Matthew Wildmoduleapi: Revert previous commit and add comment,...
2012-09-29 Matthew WildMerge 0.9->trunk
2012-09-29 Matthew Wildmoduleapi: Fix require of modulemanager (thanks mva!)
2012-08-03 Matthew Wildmoduleapi: Clarify comment
2012-07-29 Matthew Wildmoduleapi: If path name ends with '-cache' create table...
2012-07-28 Matthew WildMerge with Florob
2012-07-22 Matthew WildMerge with Maranda
2012-07-22 Matthew WildMerge with Zash
2012-07-19 Matthew WildMerge 0.9->trunk
2012-07-19 Matthew Wildmoduleapi: Remove unused import of util.multitable
2012-06-08 Florian ZeitzEliminate direct setfenv usage
2012-05-19 Matthew Wildmodulemanager, moduleapi: Turn module.event_handlers...
2012-05-18 Matthew Wildmoduleapi, modulemanager: Re-structure module.event_han...
2012-05-11 Matthew WildMerge with backout
2012-05-11 Matthew Wildmoduleapi: Don't auto-reload self when already reloadin...
2012-04-28 Matthew Wildmoduleapi: Add module:get_directory() to get module...
2012-04-28 Matthew Wildmoduleapi: Import util.timer
2012-04-28 Matthew Wildmoduleapi: Remove unused variable 'module_items'
2012-04-27 Matthew Wildmoduleapi: Rename module:hook_stanza() -> module:hook_t...
2012-04-27 Matthew Wildmoduleapi: get_host_type(): Return nil for global modul...
2012-04-26 Matthew Wildmoduleapi: Fix parameters to unhook_object_event()
2012-04-26 Matthew Wildmoduleapi: module:depends(): Don't load shared modules...
2012-04-26 Matthew Wildmoduleapi: Add module:unhook_object_event()
2012-04-24 Matthew WildMerge timber->trunk - thanks everyone!
2012-04-23 Matthew Wildmoduleapi: Add module:add_timer(delay, callback) -...
2012-04-23 Matthew Wildmoduleapi: module:depends(): Load shared modules onto...
2012-04-23 Matthew Wildmoduleapi: module:provides(): Add "-provider" onto...
2012-04-23 Matthew Wildmoduleapi: module:provides(): Fix usage of wrong table
2012-04-22 Matthew WildMerge with Zash
2012-04-21 Matthew Wildmoduleapi: Have modules internally store a reference...
2012-03-15 Matthew WildMerge with Zash
2012-03-15 Matthew Wildmoduleapi: Add module:send() as an alias for core_post_...
2012-03-15 Matthew Wildmoduleapi: Add module:provides(), a shortcut to add...
2012-03-14 Matthew Wildmoduleapi: Set module.global = true when module:set_glo...
2012-01-22 Matthew WildMerge with trunk
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, moduleapi: Replace hooks multitable...
2012-01-22 Matthew Wildmodulemanager: Move in-module API functions to core...