Commit Graph

1693 Commits (dae72952d261b285282add61ba0ea9be9cdaa22a)
 

Author SHA1 Message Date
Waqas Hussain dae72952d2 Removed util/discohelper.lua 17 years ago
Waqas Hussain d9be4c4b59 Removed core/discomanager.lua 17 years ago
Waqas Hussain 87af4a64f3 modulemanager: Removed unused variables and reference to core.discomanager 17 years ago
Waqas Hussain e6991edfc5 modulemanager: Removed unnecessary code in the unload function 17 years ago
Waqas Hussain ed8982a1e9 modulemanager: Removed legacy disco#items hook 17 years ago
Waqas Hussain f56e892bf8 modulemanager: add_feature and add_identity APIs updated to use only the add_item API 17 years ago
Waqas Hussain 694fbe8f72 componentmanager: Removed disco#items hook, and reference to core.discomanager 17 years ago
Waqas Hussain 64787ed9eb mod_disco: Rearranged some lines, and added a FIXME comment 17 years ago
Waqas Hussain 6bb3a75b16 mod_disco: Removed reference to core.discomanager 17 years ago
Waqas Hussain 562ba73c2a mod_disco: Removed legacy IQ hooks 17 years ago
Waqas Hussain 18d8c7ecfd mod_disco: Handle disco#items queries using new APIs 17 years ago
Waqas Hussain 444cc01f25 mod_disco: Added identity server/im with name 'Prosody' 17 years ago
Waqas Hussain 4e038edbe7 mod_disco: Handle disco#info queries using new APIs 17 years ago
Waqas Hussain ff0bd781d2 modulemanager: Added module API function to get all items for a given host based on a key 17 years ago
Waqas Hussain d772917f2d modulemanager: Module API functions add_item and add_feature updated to use the add_item API 17 years ago
Waqas Hussain 2c1d3e4499 mod_pep: Added name 'Prosody' to the pubsub/pep identity 17 years ago
Waqas Hussain 49c8f89be2 modulemanager: Changed the add_identity module API to accept an optional name parameter (the 'name' attribute for the <identity/> element) 17 years ago
Waqas Hussain 3900d20a7c Added: functions add_item and remove_item to add and remove items to the module API 17 years ago
Waqas Hussain dc32d11948 componentmanager: Added function to get a list of children for a given hostname 17 years ago
Waqas Hussain b5683f55bd mod_register: Updated to use module:get_option instead of configmanager 17 years ago
Waqas Hussain e928c6f02e mod_posix: Updated to use module:get_option instead of configmanager 17 years ago
Waqas Hussain 0373133890 mod_legacyauth: Added a FIXME 17 years ago
Waqas Hussain 3ede8212ce mod_legacyauth: Refactored a bit 17 years ago
Waqas Hussain ae63e1d1cd mod_legacyauth: Updated to use module:get_option instead of configmanager 17 years ago
Waqas Hussain 42d4cad137 mod_legacyauth: Removed useless 'require' call on every login attempt 17 years ago
Matthew Wild 158d975fa1 mod_httpserver: Set default file handler (you can now request static files as /*) and restructure code a bit 17 years ago
Matthew Wild 322ae8a3c5 net.httpserver: Allow overriding default request handler 17 years ago
Matthew Wild 928fb0e2e2 mod_bosh: Strip BOSH namespace from stanzas to allow for some clients which may send them without the correct xmlns 17 years ago
Matthew Wild 041a1ee396 mod_bosh: Calculate rid difference just once 17 years ago
Matthew Wild fdf0b9db40 mod_bosh: Basic handling of rids (more to come) 17 years ago
Matthew Wild d1a1b9e6d4 mod_bosh: Correct reply when closing sessions 17 years ago
Matthew Wild fcfb1213d2 net.httpserver: Don't log response bodies! 17 years ago
Matthew Wild e58d6d5d62 util.iterators: Add tail() iterator, to return the last n items 17 years ago
Matthew Wild bcb552cdc4 util.iterators: Add head() iterator, to return the first n items 17 years ago
Matthew Wild 20984a8ffb Merge with Tobias 17 years ago
Tobias Markmann 7ef662388b Moving realm at the beginning of the digest-md5 message send by the server. 17 years ago
Waqas Hussain 9af3cc0912 mod_bosh: Updated to use module:get_option instead of configmanager 17 years ago
Tobias Markmann a108ff1ca6 Fixing a SASL issue by always passing the realm from SASL framework init to the handlers. 17 years ago
Waqas Hussain 8200a2adc8 mod_watchregistrations: Updated to use module:get_option instead of configmanager 17 years ago
Waqas Hussain 1631b510cd mod_selftests: Mark as global 17 years ago
Waqas Hussain b3d4c0ec73 mod_tls: Updated to use module:get_option instead of configmanager 17 years ago
Waqas Hussain ac0b566ab4 mod_selftests: Updated to use module:get_option instead of configmanager 17 years ago
Waqas Hussain b226545dec mod_welcome: Updated to use module:get_option instead of configmanager 17 years ago
Waqas Hussain f0887b0864 ejabberdsql2prosody: Removed unnecessary stanza reserialization for private storage 17 years ago
Waqas Hussain 0eeeba2863 ejabberdsql2prosody: Added support for offline messages 17 years ago
Waqas Hussain 5e6b8cabbe ejabberdsql2prosody: Fix access of undefined global 17 years ago
Waqas Hussain ce10683327 mod_version: Rewritten to use new API. Added reply caching, and fixed some issues. 17 years ago
Waqas Hussain e051a3cad0 mod_version: Use the module API to read configuration options instead of configmanager 17 years ago
Matthew Wild 1cffdf3339 Merge with albert and waqas 17 years ago
Waqas Hussain 9b3f3c93e3 Fixed: Zeros could be stripped from the version string the Makefile extracts from the local hg repository (thanks albert) 17 years ago