index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
conf
/
modules.conf.example
Age
Commit message (
Expand
)
Author
2014-01-30
Document new delayed join feature of m_conn_join
Attila Molnar
2014-01-26
Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ...
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-21
Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...
Adam
2014-01-20
m_svshold Add config option to hide snotices
Attila Molnar
2014-01-20
m_httpd Add timeout option; remove timed out connections
Attila Molnar
2014-01-20
Update example configs/helpop
Attila Molnar
2013-12-19
m_showwhois Update settings on rehash
Attila Molnar
2013-12-19
Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.
Adam
2013-12-18
Add m_showfile, remove cmd_rules
Attila Molnar
2013-12-18
Add a Flash Policy Daemon module
Daniel Vassdal
2013-09-11
Convert cmd_modenotice into an optional module
attilamolnar
2013-08-30
Merge insp20
attilamolnar
2013-08-27
m_permchannels Add the ability to save listmodes
attilamolnar
2013-08-27
Update example configs, README.md and more
attilamolnar
2013-08-24
Option to select if chanhistory is on for bots
Daniel Vassdal
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-09
Move host cycle logic into m_hostcycle
attilamolnar
2013-06-16
Add RE2 regex module.
Peter Powell
2013-06-10
Added m_repeat - Allows for blocking of similiar messages
Daniel Vassdal
2013-04-27
Added RMODE command per suggestion #479
Daniel Vassdal
2013-04-16
m_kicknorejoin Limit time to 30m by default
attilamolnar
2013-04-06
Default to the XML config format.
Peter Powell
2013-04-01
Purge the deprecated chanprotect module.
Peter Powell
2013-04-01
Remove legacy code, mostly related to 1.2 compatibility
attilamolnar
2013-03-31
Minor update to example configs
attilamolnar
2013-03-29
Update doc and fix the description of m_allowinvite
attilamolnar
2013-03-02
Reorganise configuration files:
Peter Powell
2012-11-29
ldapauth: Allow setting virtual hosts on identification with m_ldapauth.
Robin Burchell
2012-10-29
m_opermotd Add support for replacing \u \b etc. with color codes
attilamolnar
2012-10-28
m_operlog Add tosnomask config option, to log all oper actions to snomask 'r'
attilamolnar
2012-10-19
m_ldapauth Allow filtering on arbitrary LDAP attributes
Adrien Bustany
2012-10-08
Update modules.conf.example with m_ircv3
attilamolnar
2012-10-08
Allows to use user->ident string instead of user->nick for NickServ.
Boleslaw Tokarski
2012-10-07
Update modules.conf.example with m_topiclock
attilamolnar
2012-10-04
Replace hardcoded paths with configurable ones
ChrisTX
2012-09-22
Instruct users to verify that std::regex is supported on their setup before u...
attilamolnar
2012-09-22
m_regex_stdlib: A regex provider for the C++11 container std::regex
ChrisTX
2012-09-13
m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a co...
attilamolnar
2012-08-13
Merge pull request #251 from Shawn-Smith/insp20+extbanU
Robin Burchell
2012-07-26
Update example configs
attilamolnar
2012-07-07
Added ExtBan U to match only Unregistered users
Shawn Smith
2012-07-06
Backported usermode +L from insp21. Stops forced redirection given by cmode +L
Shawn Smith
2012-06-12
Move all example configuration files to their own directory.
Peter Powell