]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_rehash.cpp
Merge pull request #96 from Justasic/insp20
[user/henk/code/inspircd.git] / src / commands / cmd_rehash.cpp
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Justin CrawfordFixed using a function on every call for /motd, causing...
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-24 danieldgMove configuration filename specification to start...
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-07-01 danieldgMake rehash generate a new ServerInstance->Config object
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-02 danieldgSend rehash message to global sno, fixes bug #855....
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-04-04 dzDon't do anything with logging in the handler for ...
2009-03-23 danieldgThreadEngine: remove excessive mutex use on thread...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-20 brainFix a rather nasty race condition revealed by my readin...
2008-08-28 w00tRename lowermap to rfc_case_insensitive_map, add case_s...
2008-08-21 w00tmatch() is no longer a function+no header, now a static...
2008-08-06 w00tHooray
2008-08-06 w00tGive feedback to remote users
2008-07-13 w00tConvert more stuff to use numerics.h, change SERVER...
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-17 w00tRemove use of SendSNONotice to send to remote servers...
2008-04-08 w00tAdd todo, add server name
2008-04-08 w00tRemote REHASH stuff, this drove me nuts but should...
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-02-24 brainYay, local /rehash is now fixed :)
2008-02-24 brainMore stuff
2008-02-24 brainAllow for 'bail' and 'user' parameters to rehash thread
2008-02-24 brainTheres more to do here. Read the TODOs
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-09 w00tImplement LogManager::CloseLogs() to give logstreams...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tStart converting WriteOpers calls into snomask 'O'...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-11 brainMore stuff for this. Its starting to take shape a bit...
2007-11-02 brainWhoops
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-10-31 w00tClean up XLine conf stuff a little bit, move most of...
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...