]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/cmd_notice.cpp
Windows support. Tested and working to compile on freebsd and linux. Next step is...
[user/henk/code/inspircd.git] / src / cmd_notice.cpp
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-10 brainSmall api change with wide reaching effects in modules...
2007-03-18 brainRemove two pointless casts, and remove some space inden...
2007-02-18 brainEliminate some string copies, tidy some code, and rever...
2007-02-17 brainChange /msg $* to have the correct source the same...
2006-12-16 peaveyConfig option added for prefixed channel NOTICEs and...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-10 peaveyFix for bug #178
2006-11-27 brainAdd exception lists to OnUserMessage and OnUserNotice...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-09-11 brainkill casts, so that om <3's the code
2006-09-10 brain* Fix ChanModes::ModeString to not try and set a key...
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-18 brainEventHandler class, an abstraction for raw i/o
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
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 IsNick, IsIdent into class InspIRCd, update module...
2006-08-10 braincmode(), cflags(), cstatus() -> chanrec::GetStatusChar...
2006-08-10 brainFindNick, FindChan, ChanModes, UserList, CountInvisible...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-08 brainWriteChannel* functions and ChanExceptSender* functions...
2006-07-25 brainAllow PRIVMSG and NOTICE targets of $<servermask> to...
2006-07-16 brainCreated new class irc::commasepstream.
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-05-07 brainLet ulines do NOTICE/PRIVMSG $* without oper again...
2006-04-20 brainMove to new include path
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-04-06 w00tHoly christ that was a LOT OF SPACES. TABS, USE THEM...
2006-03-19 brainDon't permit non-opers to /NOTICE $* and /PRIVMSG ...
2006-03-12 brainRenamed to chanrec::modes
2006-03-12 brain*NEEDS TESTING* changed binarymodes to use the custom_m...
2006-03-08 brainRemoved has_channel(userrec*,chanrec*), the new preferr...
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-02-04 brainAdded "char status" parameter to OnUserPreNotice and...
2006-02-03 brainFix to event params
2006-02-03 brainThis probably wont compile atm - add support for prefix...
2006-02-03 brainAllow for NOTICE and PRIVMSG from outside chan with...
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 brainFixed LoopCall method calls
2005-12-16 brainSplit all commands into seperate files and redid comman...