mod_server_status: useless "space" removed
|
Marco Cirillo |
2012-01-10 |
mod_server_status: corrected error.
|
Marco Cirillo |
2012-01-10 |
mod_server_status: renamed mod_xml_status to mod_server_status as the option to output the stats in JSON was added.
|
Marco Cirillo |
2012-01-10 |
mod_admin_web: Add missing images
|
Florian Zeitz |
2012-01-10 |
First pass of web-admin redesign
|
Florian Zeitz |
2012-01-10 |
mod_ircd: Made the requirement of setting the conference_server a bit more "aggressive", and the resulting error banner for not setting it also.
|
Marco Cirillo |
2012-01-08 |
mod_host_guard: fixed plugin, minor code refactor.
|
Marco Cirillo |
2012-01-08 |
mod_register_json: replaced prosody.events.add_handler with module:hook.
|
Marco Cirillo |
2012-01-08 |
mod_stanza_counter_http: replaced prosody.events.add_handler with module:hook.
|
Marco Cirillo |
2012-01-08 |
mod_stanza_counter: removed a few empty lines.
|
Marco Cirillo |
2012-01-08 |
mod_host_guard: replaced prosody.events.add_handler with module:hook.
|
Marco Cirillo |
2012-01-08 |
mod_xml_status: stick to one code "punctuation" style.
|
Marco Cirillo |
2012-01-07 |
mod_s2s_never_encrypt_blacklist: stick to one code "punctuation" style.
|
Marco Cirillo |
2012-01-07 |
mod_register_redirect: stick to one code "punctuation" style.
|
Marco Cirillo |
2012-01-07 |
mod_register_json: stick to one code "punctuation" style.
|
Marco Cirillo |
2012-01-07 |
mod_host_guard: stick to one code "punctuation" style.
|
Marco Cirillo |
2012-01-07 |
mod_xml_status: re-removed http response function wrong code (self note: make sure what you're copy&pasting from the local notepad is fully correct)
|
Marco Cirillo |
2012-01-07 |
mod_xml_status: last code cleanup and optimization.
|
Marco Cirillo |
2012-01-07 |
mod_xml_status: small cleanup.
|
Marco Cirillo |
2012-01-06 |
mod_xml_status: initial commit. Expose server status in xml format to be used on external webapps.
|
Marco Cirillo |
2012-01-06 |
mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP
|
Kim Alvefur |
2012-01-06 |
Merge
|
Kim Alvefur |
2012-01-06 |
mod_carbons: Add MIT license statement.
|
Kim Alvefur |
2012-01-06 |
mod_carbons: Remove completed TODO
|
Kim Alvefur |
2012-01-06 |
mod_host_guard: updated banner.
|
Marco Cirillo |
2012-01-05 |
mod_stanza_counter: corrected syntax mistake in the http plugin.
|
Marco Cirillo |
2012-01-02 |
mod_pastebin: Make last commit work (also set on restore)
|
Matthew Wild |
2011-12-21 |
mod_pastebin: Fix issue with metatable not being set when a reload changes expires_after to 0
|
Matthew Wild |
2011-12-21 |
mod_host_guard: added exceptions/whitelisting to the blockall logic (makes little sense otherwise has s2s_disallow = true does the same)
|
Marco Cirillo |
2011-12-20 |
mod_pastebin: Support for persistent pastes (set pastebin_expire_after = 0)
|
Matthew Wild |
2011-12-19 |
mod_pastebin: Fix off-by-one in line counting (display issue only)
|
Matthew Wild |
2011-12-19 |
mod_pastebin: Fix call to undefined function introduced in previous commit
|
Matthew Wild |
2011-12-19 |
mod_storage_mongodb: (un)lock globals around require; only auth if we need to
|
James Callahan |
2011-12-18 |
mod_carbons: Fix a typo and unindent a line.
|
Kim Alvefur |
2011-12-14 |
mod_storage_mongodb: (un)lock globals around require; only auth if we need to
|
James Callahan |
2011-12-18 |
mod_storage_mongodb: move database connecting to inside driver:open
|
James Callahan |
2011-12-14 |
mod_storage_mongodb: assert the configuration options
|
James Callahan |
2011-12-14 |
mod_storage_mongodb: Use _global as host when none provided
|
James Callahan |
2011-12-13 |
Rename to mongodb
|
James Callahan |
2011-12-12 |
mod_storage_mondodb: Add module
|
James Callahan |
2011-12-12 |
mod_ircd: some cleanup.
|
Marco Cirillo |
2011-12-11 |
mod_reload_modules: Use module:hook_global() if available
|
Matthew Wild |
2011-12-10 |
mod_pastebin: Threshold is now UTF-8 characters (thanks Grom_PE for initial patch)
|
Matthew Wild |
2011-12-08 |
mod_auth_sql: Read option 'auth_sql' (thanks rdnzlc)
|
Matthew Wild |
2011-12-08 |
mod_ircd: "finish" previous commit.
|
Marco Cirillo |
2011-12-05 |
mod_ircd: remove some duped code.
|
Marco Cirillo |
2011-12-05 |
mod_ircd: added USERHOST command.
|
Marco Cirillo |
2011-12-05 |
mod_ircd: added channel modes' prefix declaration as some irc clients parse those to detect which mapping to use.
|
Marco Cirillo |
2011-12-05 |
mod_ircd: added USERHOST placeholder.
|
Marco Cirillo |
2011-12-05 |
mod_host_guard: minor fix.
|
Marco Cirillo |
2011-12-04 |
mod_host_guard: renamed mod_component_guard to mod_host_guard, as it really works with all hosts, finally decided to wiki it out and not merge it with the s2s_blackwhitelisting module.
|
Marco Cirillo |
2011-12-04 |
mod_roster_command: Fix traceback and log error message when loaded into Prosody (thanks epaulin)
|
Matthew Wild |
2011-12-03 |
mod_ircd: Fixed nick change logic (thanks mva), so that the self nick-change "flag" is removed properly, improved the logic to use verse's room_mt:change_nick (thanks Zash) yet to be pushed into main, added squished verse with the meta method included.
|
Marco Cirillo |
2011-12-02 |
mod_ircd: "yatc" (yet another typo correction)
|
Marco Cirillo |
2011-12-02 |
mod_ircd: minor typo clean up.
|
Marco Cirillo |
2011-12-02 |
mod_ircd: corrected an issue within the nick change logic, and improved it by implementing the USER command.
|
Marco Cirillo |
2011-12-02 |
mod_ircd: code cleanup, added full logic for changing nicks (locally it works no traces), removed many comment lines (there was an over abundance of 'em they're in the .old_annotate file)
|
Marco Cirillo |
2011-12-02 |
mod_data_access: Implement PUT and POST.
|
Kim Alvefur |
2011-11-28 |
mod_ircd: removed role check.
|
Marco Cirillo |
2011-11-28 |
mod_ircd: added role check for who sets the topic, to make sure that who sets the topic is actually a moderator.
|
Marco Cirillo |
2011-11-28 |