summaryrefslogtreecommitdiff
path: root/src/commands/cmd_rehash.cpp
AgeCommit message (Expand)Author
2012-11-29cmd_rehash, m_spanningtree Fix REHASH messages duplicating at each hopattilamolnar
2012-07-06Added color codes to /rules, moved the parsing to ServerConfig and cleaned th...Justin Crawford
2012-07-02Remove leftover #ifdefs and #includes from cmd_*.cppattilamolnar
2012-05-03Merge pull request #96 from Justasic/insp20Robin Burchell
2012-04-22Fixed using a function on every call for /motd, causing lag on large networks...Justin Crawford
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-24Move configuration filename specification to start script, to reduce hardcode...danieldg
2009-09-16Attempt to revert r11734danieldg
2009-09-16Merge commands and modules in source, since they are already merged in installdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-07-01Make rehash generate a new ServerInstance->Config objectdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-05-02Send rehash message to global sno, fixes bug #855. Also only send message whe...danieldg
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-04-04Don't do anything with logging in the handler for /REHASH.dz
2009-03-23ThreadEngine: remove excessive mutex use on thread creationdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-20Fix a rather nasty race condition revealed by my reading through the comments...brain
2008-08-28Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust ...w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-08-06Hoorayw00t
2008-08-06Give feedback to remote usersw00t
2008-07-13Convert more stuff to use numerics.h, change SERVER to send ERR_ALREADYREGIST...w00t
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-17Remove use of SendSNONotice to send to remote servers, this is done automagic...w00t
2008-04-08Add todo, add server namew00t
2008-04-08Remote REHASH stuff, this drove me nuts but should probably work now.. thx brainw00t
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-24Yay, local /rehash is now fixed :)brain
2008-02-24More stuffbrain
2008-02-24Allow for 'bail' and 'user' parameters to rehash threadbrain
2008-02-24Theres more to do here. Read the TODOsbrain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-09Implement LogManager::CloseLogs() to give logstreams a chance to clean up on ...w00t
2008-01-17Fix.. snomask O is already taken (ffs) so use A insteadw00t
2008-01-17Start converting WriteOpers calls into snomask 'O' -- generic oper notices.w00t
2008-01-10Header update: 2007 -> 2008w00t
2007-11-11More stuff for this. Its starting to take shape a bit now, and is tidier than...brain
2007-11-02Whoopsbrain
2007-11-02Tidy up, and make the identifer for a line type be std::string not charbrain
2007-10-31Clean up XLine conf stuff a little bit, move most of it to configreader. Also...w00t
2007-10-22Move cmd_*.cpp to src/commands/. Not done in the nicest of ways yet, but ah w...w00t