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
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
2012-10-29
Fix typo in doc and remove some whitespace
attilamolnar
2012-10-29
Move ServerConfig::ProcessColors() into class InspIRCd, as a helper function
attilamolnar
2012-10-28
Fix warnings in configreader.cpp on FreeBSD
attilamolnar
2012-10-14
Replace printf(_c) with iostream
ChrisTX
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-10-12
Remove superfluous std::string()s
attilamolnar
2012-09-30
Make ConfigReader::GetSID() return a const reference to a string instead of a...
attilamolnar
2012-09-23
Fix undefined behavior caused by referencing the returned buffer by std::stri...
attilamolnar
2012-09-13
configreader: Replace ConfValue here with a ConfigTagList enumeration, as it ...
ChrisTX
2012-08-25
Add a config option to enable/disable the welcome notice sent to clients afte...
attilamolnar
2012-07-06
Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...
Justin Crawford
2012-07-05
Explicitly deprecate some config changes.
Peter Powell
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2012-04-18
No need to check elines twice..
Robin Burchell
2012-04-15
Backported Shawn's NoSnoticeStack code from insp21
Robby-
2012-04-01
Add <connect:maxconnwarn>
Rutger
2011-07-17
Only write pidfile if we have parsed a valid configuration
Daniel De Graaf
2011-04-19
Fix IPv6 test on Windows
Adam
2010-12-23
Fix bug #113
Jackmcbarn
[next]