aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | Convert ConvNumeric() to use std::string instead of char[MAXBUF].Gravatar Peter Powell2013-06-061-10/+9
* | Replace some C string operations with the + operator.Gravatar Peter Powell2013-06-061-6/+0
* | Use iostream instead of C-style file operations.Gravatar Peter Powell2013-06-061-0/+6
* | Start to replace MAXBUF with <limits:maxline>.Gravatar Peter Powell2013-06-061-3/+5
* | Merge insp20Gravatar attilamolnar2013-06-062-11/+7
|\|
| * Initialize local_countGravatar attilamolnar2013-05-181-0/+2
| * Workaround for std::list::size() having linear complexity on some implementat...Gravatar attilamolnar2013-05-161-1/+5
| * Remove unused variables, avoid copies where possible, check empty() instead o...•••Most of these were detected by cppcheck Gravatar attilamolnar2013-05-162-11/+1
* | Remove the now unused Channel::RemoveAllPrefixes() and CountInvisible()Gravatar attilamolnar2013-06-041-12/+0
* | Reduce User* -> Membership* lookups on part and kickGravatar attilamolnar2013-06-041-1/+22
* | Route WALLOPS like a regular command, remove OnWallops hookGravatar attilamolnar2013-06-021-7/+1
* | s/seperator/separator/gGravatar Adam2013-06-021-6/+6
* | Rewrote sepstream and tokenstream to be less uglyGravatar Adam2013-06-021-71/+53
* | Move a few trivial functions into headersGravatar attilamolnar2013-06-025-10/+18
* | Watch mode names with ModeWatchers instead of mode lettersGravatar attilamolnar2013-06-011-14/+16
* | Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode()Gravatar attilamolnar2013-06-011-4/+2
* | Remove #define MAXPARAMETERS and "MAXPARA" 005 tokenGravatar attilamolnar2013-06-011-5/+0
* | CommandParser::ProcessCommand() and ProcessBuffer() cleanup•••- Change return types to void - Use a pointer to the command handler instead of an iterator Gravatar attilamolnar2013-06-011-2/+2
* | Remove (non-functional) total_bytes counter from CommandGravatar attilamolnar2013-06-011-5/+1
* | Remove unused code from configure.Gravatar Peter Powell2013-06-011-0/+1
* | Simplify user mode removal via ModeHandler::RemoveMode()•••The function does not need to be virtual because the core can remove any user mode using the default logic The optional modestack parameter was always NULL, so remove it Gravatar attilamolnar2013-05-273-14/+3
* | Deduplicate RemoveMode() implementations•••The default (core) implementation can now remove prefix modes The modestacker parameter is now mandatory Gravatar attilamolnar2013-05-273-11/+18
* | Clean up the FileReader class and all of the modules that use it.•••- Modules which use this class will now have to catch a CoreException when opening files if they wish to ignore the failed loading of a file. - m_randquote has been cleaned up massively and the RANDQUOTE command has been removed as it was pretty much useless. Gravatar Peter Powell2013-05-271-52/+18
* | Cache mode list that is sent in the 004 numeric•••Deduplicate UserModeList(), ChannelModeList() and ParaModeList() code Gravatar attilamolnar2013-05-241-13/+29
* | Remove dead ModeParser codeGravatar attilamolnar2013-05-241-7/+0
* | Merge pull request #545 from SaberUK/master+logging-cleanup•••Clean up the logging system (part 1 of 2).Gravatar Attila Molnar2013-05-215-37/+23
|\ \
| * | Fix spacing in calls to LogManager::Log.Gravatar Peter Powell2013-05-191-2/+2
| * | Accept a LogLevel instead of an int in logging methods.Gravatar Peter Powell2013-05-192-8/+8
| * | Purge a ton of code related to non <log> related logging.•••- InspIRCd::OpenLog - ./inspircd --logfile [file] This is no longer needed now we have (since 1.2) custom logging. Gravatar Peter Powell2013-05-192-9/+0
| * | Move LogHeader to LogStream.Gravatar Peter Powell2013-05-192-3/+2
| * | Move LogLevel enum from filelogger to logger.Gravatar Peter Powell2013-05-192-15/+11
* | | Convert XLine::Displayable to return a std::string.Gravatar Peter Powell2013-05-211-7/+7
* | | Fix msvc detection of variadic template supportGravatar Peter Powell2013-05-201-1/+1
* | | Merge pull request #548 from SaberUK/master+variadic-templates•••Add support for detecting C++11 variadic templates.Gravatar Adam2013-05-202-2/+19
|\ \ \
| * | | Add support for detecting C++11 variadic templates.Gravatar Peter Powell2013-05-212-2/+19
| |/ /
* | | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On...•••All modules (except m_nonotice) that perform filtering on messages have common logic for handling PRIVMSGs and NOTICEs and most of them run the exact same code in both cases Gravatar attilamolnar2013-05-201-38/+7
* | | Fixup last commitGravatar Adam2013-05-201-1/+1
* | | Added macro to allow simpler logic in functions with the need to vsnprintfGravatar Daniel Vassdal2013-05-182-1/+11
|/ /
* | Change the signature of User::ForceNickChange() to accept const std::string& ...Gravatar attilamolnar2013-05-181-1/+1
* | Get rid of the NICKForced extension•••Don't run OnUserPreNick when the nick change is forced Gravatar attilamolnar2013-05-181-4/+0
* | Remove unused UserManager::ServerPrivmsgAll()Gravatar attilamolnar2013-05-181-9/+0
* | irc::tokenstream and irc::sepstream cleanup•••irc::sepstream does not require virtual methods Gravatar attilamolnar2013-05-181-11/+3
* | irc::stringjoiner cleanup•••- Get rid of unused constructors - signed -> unsigned - return const ref from GetJoined() Gravatar attilamolnar2013-05-181-19/+3
* | Deduplicate hex string creation codeGravatar attilamolnar2013-05-182-9/+16
* | Remove the size argument from IsChannel and IsNick.•••There was only one case (which was probably an error) where these methods were not set to their ServerLimits value. Gravatar Peter Powell2013-05-181-4/+4
* | Added a function to replace all the ugly sprintf-ing everywhereGravatar Daniel Vassdal2013-05-161-0/+8
* | Fix GCC warnings about using C++11 features when not in C++11 mode.Gravatar Peter Powell2013-05-161-2/+6
* | Get rid of strlcpy(), strlcat(), charlcat() and charremove()Gravatar attilamolnar2013-05-162-21/+1
* | irc::Spacify--Gravatar attilamolnar2013-05-161-6/+0
* | Allow spaces (and more) in oper types•••The spaces are converted to '_' characters in OPERTYPE for 2.0 servers Issue #533 suggested by @ankitkv Gravatar attilamolnar2013-05-161-5/+0