Age | Commit message (Expand) | Author |
2014-10-13 | Fix various warnings when building with LLVM 3.5. | Peter Powell |
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 |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'... | w00t |
2009-03-23 | ConfigReaderThread updates: add done flag, remove main-thread-only mutex | danieldg |
2009-03-23 | ThreadEngine: remove MutexFactory, mutexes should be constructed using their ... | danieldg |
2009-03-23 | ThreadEngine: remove excessive mutex use on thread creation | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-22 | Thread safety fixes to avoid crashes on rehash, dont reopen logs within the r... | brain |
2008-10-27 | Add user/channel mode synchronisation detection to CAPAB - link will now drop... | w00t |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-08-24 | Properly give the service specific exit code on failure to start. Now we just... | brain |
2008-07-29 | Remove last vestige of libircdfoo, by changing tag into a single identifier... | w00t |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-13 | Port a bunch of methods of InspIRCd to functors. IsChannel, IsSID, Rehash. | brain |
2008-04-05 | More standardized version output in 002 and 004 to make indexing for version ... | brain |
2008-04-02 | Fix all this crap - it actually works now (we pray..) | w00t |
2008-04-02 | Better generation. This is still fucked up, but less spectacularly and in a m... | w00t |
2008-04-02 | Unneeded | w00t |
2008-02-24 | This should fix remote rehash | brain |
2008-02-15 | Make -nofork work properly with logging now. | aquanight |
2008-02-09 | Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ... | w00t |