Age | Commit message (Expand) | Author |
2014-07-14 | Minor ISupportManager changes | Attila Molnar |
2014-06-22 | Change all occurrences of plain sort() to std::sort() | Attila Molnar |
2014-06-13 | Change allocation of InspIRCd::Threads to be physically part of the object co... | Attila Molnar |
2014-05-23 | Prefix all definitions in config.h to avoid potential collisions. | Peter Powell |
2014-04-14 | Remove WALLCHOPS and WALLVOICES ISUPPORT tokens | Attila Molnar |
2014-02-18 | Change the parameter type of ModeHandler::GiveModeList() from ModeMasks to Mo... | Attila Molnar |
2014-02-08 | Replace SocketEngine::GetName() with INSPIRCD_SOCKETENGINE_NAME define | Attila Molnar |
2013-12-15 | Remove some pointless code: | Peter Powell |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-08 | Remove InspIRCd::HandleRehash functor | attilamolnar |
2013-08-19 | Remove cmd_map from the core | attilamolnar |
2013-08-04 | Change the syntax of FOREACH macros to be less dumb. | Adam |
2013-06-18 | Remove unused exit codes | attilamolnar |
2013-06-02 | ISupportManager: Tidy-up, expand comments | attilamolnar |
2013-06-01 | Remove #define MAXPARAMETERS and "MAXPARA" 005 token | attilamolnar |
2013-05-19 | Move LogHeader to LogStream. | Peter Powell |
2013-05-16 | Fix padding bug in GenerateSID(), spotted by @ShutterQuick | attilamolnar |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2013-04-14 | Use std::string internally in UIDGenerator, move UUID_LENGTH into the class a... | attilamolnar |
2013-04-14 | Simplify UID generation logic | attilamolnar |
2013-04-14 | Extract UID/SID generation logic into a new class: UIDGenerator | attilamolnar |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-05 | Merge inspircd_{config,version}.h into a single header file. | Peter Powell |
2013-04-04 | Stop recreating hashmaps every hour, move garbage collection code related to ... | attilamolnar |
2012-10-12 | Windows: In-depth cleanup (see details) | ChrisTX |
2012-09-30 | Fix more undefined behavior caused by referencing the returned buffer by std:... | attilamolnar |
2012-07-27 | Don't hard code the branch version. | Peter Powell |
2012-07-02 | Add CHANNELLEN to isupport | Alyx |
2012-05-27 | While at it, use a constant parameter for calling IncrementUID in GetUID | attilamolnar |
2012-05-27 | Fix generating invalid UIDs after current_uid is 000Z99999 (next UID became 0... | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2012-04-14 | Fix unused variables reported by the clang static analyzer. | Peter Powell |
2011-03-18 | Values were -1, couldnt find an explanation for that. So applied | DjSlash |
2010-04-28 | Add log header including ircd version | Daniel De Graaf |
2010-02-16 | Remove SYSTEM and related sensitive information from the non-oper VERSION line | danieldg |
2010-02-15 | Show opers the raw VERSION string, not the custom one | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-11-03 | Remove AllowHalfop item from server config | danieldg |
2009-10-22 | Clean up unused functions, add nonicks operoverride [dKingston] | danieldg |
2009-10-20 | Fix GetUID generating 10-character UUIDs | danieldg |
2009-10-16 | Clean up crash on destruction of statics at exit | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-05 | Bump a number of version numbers. | w00t |
2009-09-02 | More deallocation-at-exit cleanup | danieldg |
2009-09-01 | Move VERSION/REVISION to their own header to avoid needless rebuilds on update | danieldg |
2009-08-28 | Don't subtract one from MAXCHANNELS, it's a number, not a string length. | w00t |
2009-08-06 | Report the correct sizes as set in the config | brain |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |