Age | Commit message (Expand) | Author |
2020-05-22 | ModResult is a class now. | Sadie Powell |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2020-01-03 | Add an event provider class for the event/messagetag event. | Sadie Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-07-24 | Get rid of the unused string_list typedef. | Peter Powell |
2017-09-12 | Change FailedPortList to store a sockaddrs/int instead of string. | Peter Powell |
2017-02-04 | Make the config system case insensitive. | Peter Powell |
2016-12-08 | Store config values in a map instead of a unique vector of pairs. | Peter Powell |
2016-08-22 | Replace irc::string in XLineLookup with irc::insensitive_swo map | Attila Molnar |
2016-08-08 | Predeclare IOHookProvider, remove iohook.h include from socket.h | Attila Molnar |
2016-02-25 | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | Attila Molnar |
2014-07-19 | Move and rename typedef LocalUserList to UserManager::LocalList | Attila Molnar |
2014-07-16 | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar |
2014-07-16 | Move typedef ClassVector to ServerConfig::ClassVector | Attila Molnar |
2014-07-14 | Rename UserChanList to User::ChanList, remove UCListIter | Attila Molnar |
2014-07-14 | Remove typedef UserMembIter, use Channel::MemberMap::iterator instead | Attila Molnar |
2014-07-14 | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | Attila Molnar |
2014-06-13 | Remove global Commandtable typedef | Attila Molnar |
2014-02-15 | Add ParamModeBase and ParamMode, change all parameter modes to inherit from P... | Attila Molnar |
2014-01-24 | Convert InviteBase::invites to an intrusively linked list | Attila Molnar |
2014-01-24 | Convert LocalUserList to an intrusively linked list | Attila Molnar |
2014-01-24 | Convert UserChanList to an intrusively linked list | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2013-09-13 | Pass an interface to the OnSync hooks | attilamolnar |
2013-08-30 | Replace OnRehash() with ReadConfig() that is called on boot, on module load a... | attilamolnar |
2013-06-18 | Remove dead code from the InspIRCd and CommandParser classes and typedefs.h | attilamolnar |
2013-04-26 | Modularize DNS | Adam |
2013-04-19 | Fix building with libc++. | Peter Powell |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-01 | Purge the deprecated hash_map from existance. | Peter Powell |
2012-11-29 | Make LocalUserList an std::list | attilamolnar |
2012-11-29 | Add a typedef for LocalUserList | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-06-17 | Fix pending invites not being removed when a channel was deleted or had its T... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix some of the include guard names (requested by SaberUK) | Justin Crawford |
2012-04-14 | Fixes for bug #12 | Justin Crawford |
2010-02-02 | Executable include for MOTD and more | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-10-24 | Move forward declarations to typedefs.h | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-08-15 | win: Last part of support required for VS2010: | w00t |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-06-12 | Now builds ok on gcc 4.3, not tested fully. Also UGLY, oh we hate you GCC, wh... | brain |
2008-02-05 | fixed std:: stuff | fez |
2008-02-03 | Clear up header insanity | w00t |