]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_rehash.cpp
OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.
[user/henk/code/inspircd.git] / src / cmd_rehash.cpp
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-09 brainChange some = "" to clear() and some == "" to .empty()
2007-06-01 brainFix re-generation of 005 on rehash
2007-05-21 brainReorder inspircd.h header to top
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-04-01 brainAdd -config parameter to bin/inspircd which allows...
2007-03-03 peaveyRebuild 005 on rehash. Tracker: bug #234
2007-02-10 brainFix rehashing to display a success notice, tidy up...
2007-01-09 brainCache channel max bans value to save an O(n) loop of...
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-31 brainAdd missing feature: /rehash reinitializes dns subsytem...
2006-12-24 brainNeither should this
2006-12-23 brainCrash on /rehash fixed (old code in here passed NULL...
2006-12-23 brainHash rehashing change
2006-12-23 brainClose logfile on rehash and reopen (it was only doing...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-11-13 brainOnly re-initialize disabled commands if they've changed
2006-10-02 w00tNo promises, but maybe this will fix issue with disable...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove FileExists, CleanFilename, DirValid, GetFullProgDi...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2006-01-11 brainChanged fd_ref_table from 65536 to more correct MAX_DES...
2005-12-26 brainAdding hook type checking to event calls to speed them up
2005-12-16 brainSplit all commands into seperate files and redid comman...