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
/
src
/
configreader.cpp
Age
Commit message (
Expand
)
Author
2014-01-21
Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ...
Adam
2014-01-08
Read uline state in spanningtree; remove ConfigReader::ulines
Attila Molnar
2013-12-18
Add m_showfile, remove cmd_rules
Attila Molnar
2013-12-15
Move stuff around a bit:
Peter Powell
2013-11-21
Fix a few issues
attilamolnar
2013-11-12
Use WriteNumeric() everywhere we send numerics and include the user's nick au...
Adam
2013-08-30
Remove ModuleManager::GetAllModuleNames(), use GetModules() instead
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-13
Store oper types and opers in separate containers
attilamolnar
2013-08-12
Add <path> keys for all of the compile-time paths.
Peter Powell
2013-08-10
Require privs given on initial join to be in <options:defaultmodes>.
Peter Powell
2013-08-10
Rename <options:moronbanner> to <options:xlinemessage>.
Peter Powell
2013-08-10
Replace range() with min and max arguments on getInt().
Peter Powell
2013-08-10
Prevent servers from ulining themselves.
Peter Powell
2013-08-10
Change the default for <security:customversion> to an empty string.
Peter Powell
2013-08-10
Warn if the server has no <bind> blocks.
Peter Powell
2013-08-10
Use an example server name if <server:name> is not defined.
Peter Powell
2013-08-10
Rename <connect:nouserdns> to <connect:resolvehostnames>.
Peter Powell
2013-08-09
Move host cycle logic into m_hostcycle
attilamolnar
2013-08-04
Change the syntax of FOREACH macros to be less dumb.
Adam
2013-07-19
Seperate ModeReference into ChanModeReference and UserModeReference
attilamolnar
2013-07-06
Remove restriction on changing <limits:maxline> while running.
Peter Powell
2013-07-04
Fix users being able to set <server:network> to an invalid value.
Peter Powell
2013-07-02
Allow for skipping clone checking before DNS is complete.
Daniel Vassdal
2013-06-18
Remove limitsomaxconn and remains of m_halfop/allowhalfop
attilamolnar
2013-06-06
Use iostream instead of C-style file operations.
Peter Powell
2013-06-06
Start to replace MAXBUF with <limits:maxline>.
Peter Powell
2013-06-02
Move a few trivial functions into headers
attilamolnar
2013-05-27
Clean up the FileReader class and all of the modules that use it.
Peter Powell
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-16
Allow spaces (and more) in oper types
attilamolnar
2013-05-15
Replace some C-isms with C++-isms.
Peter Powell
2013-04-28
Merge insp20
attilamolnar
2013-04-27
Move <performance:nouserdns> to <connect:nouserdns>.
Peter Powell
2013-04-26
Modularize DNS
Adam
2013-04-23
Add config option to disable somaxconn range() check
attilamolnar
2013-04-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2013-04-11
Convert ISUPPORT to use a map instead of a string.
Peter Powell
2013-04-08
Migrate u_listmode.h into the core, change +b to use it
attilamolnar
2013-04-06
Add the ability to deprecate config values as well as keys.
Peter Powell
2013-04-06
Purge the 1.1 config deprecations.
Peter Powell
2013-04-04
Move whowas settings into cmd_whowas from ConfigReader
attilamolnar
2013-04-04
Make cmd_whowas act like a module, remove special handling
attilamolnar
2013-04-03
Convert InspIRCd::Duration() to be static
attilamolnar
2013-04-01
Ignore empty sid in ServerConfig::Fill()
attilamolnar
2013-04-01
Change IsNickHandler()/IsIdentHandler()/IsChannelHandler() to use C++ strings...
attilamolnar
2013-04-01
Convert IsSID() to a static member function, modules shouldn't override it
attilamolnar
2013-04-01
Remove legacy code, mostly related to 1.2 compatibility
attilamolnar
2012-12-09
Remove ServerLimits::Finalise(), it's completely wrong
attilamolnar
2012-11-15
added warning that autoconnect is now a separate tag
Steven Van Acker
[next]