]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands.cpp
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / commands.cpp
2006-04-04 omAll new shiny config parser, there's probably some...
2006-04-03 omRemove un-needed strlen and pointer in duration()
2006-04-03 omsplit_clist will never send lines over 512 chars, also...
2006-03-30 omMake /whois code a little prettier, make /whowas show...
2006-03-10 brainconst references
2006-03-07 brainWhowas refactor - probably wont compile yet
2006-03-02 brainis_uline was an inefficient piece of crap - fixed.
2006-03-02 brainMade extensive use of charlcat to cut down on strlcat...
2006-02-15 brainRemoved a whole lot of strchr's looking for mode +o...
2006-02-15 w00t- Made some notes about potentially restructuring thing...
2006-02-03 brainAdded ircu-like hidewhois feature that allows hiding...
2006-01-29 brain"Oper of unknown type" -> "313 %s %s :is an IRC operator"
2006-01-27 brainImproved IP handling. Now uses in_addr to store client...
2006-01-15 brainCleanFilename movage
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-29 brainFixed an extremely n00bish mistake involving referencin...
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...
2005-12-16 brainMoved serverstats stuff out
2005-12-16 brainMoved SocketEngine* SE into InspIRCd class
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-16 brainMoved ModeGrok and Parser into InspIRCd class
2005-12-16 brainFixed to use CommandParser
2005-12-16 brainMoved more command parsing stuff to CommandParser
2005-12-16 brainChanging stuff to using CommandParser class
2005-12-16 brainMoved command_parse functions into class CommandParser
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-15 brainAdded 'local users' vector
2005-12-15 brainFixed typo in shorthand if
2005-12-15 brainRe-introduced 3-line function CleanFilename
2005-12-15 brainFull removal of inspircd_util.h
2005-12-15 brainRemoved code weirdness in handle_invite
2005-12-15 brainChanged InviteTo to use irc::string
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-14 brainMoved ModuleError()
2005-12-14 brainRemoved ip cache craq++
2005-12-14 brainFixed handle_*module
2005-12-14 brainCode tidying
2005-12-14 brainCraq removal at your service
2005-12-14 braincraq--
2005-12-14 brainFixed to use new methods of ServerConfig
2005-12-14 brainMoved include stack stuff to be private to ServerConfig
2005-12-14 brainMoved readconfig to serverconfig class
2005-12-14 brainAdded config_f to serverconfig, UNTESTED
2005-12-14 brainTidied up modules.h added some typedefs to typedefs.h
2005-12-14 brainmoved declarations of typedefs for user_hash and chan_h...
2005-12-14 brainMoved tons of stuff into class ServerConfig
2005-12-14 brainMoving more stuff into class ServerConfig
2005-12-14 brainStarted moving of data into ServerConfig class
2005-12-14 brainHalf way through updating to move a ton of extern confs...
2005-12-14 brainAdded parameter to apply_lines to indicate what we...
2005-12-13 brain#define IS_LOCAL(x) (x->fd > -1)
2005-12-13 brainoptimized a ton of strcmps down to an integer comparison!
2005-12-13 brainPrevented zlines from being allowed with a username...
2005-12-13 brainAdded ability for channel lists to grow past one line...
2005-12-13 brainModified chlist() and whois to allow output of multi...
2005-12-13 brainModified channel joining to allow > MAXCHANS for opers...
2005-12-13 brainMade MAXCHANS growable for opers/ulines (growing of...
2005-12-12 brainMoved some stuff out to userprocess.cpp
2005-12-12 brainEXPERIMENTAL new socket engine code
2005-12-09 brainRemoved broken ! operator
2005-12-09 brainFixed local whois ability to show idle time for remote...
2005-12-09 brainAdded preliminary remote WHOIS
2005-12-07 brainAdded insane tag (prevents wide gline etc)
2005-12-07 brainNow shows remote quits differently
2005-12-07 brainAdded remote connect notices
2005-12-06 brainAdded ADDLINE
2005-12-06 brainAdded G/Z/Q/E line propogation
2005-12-06 brainFixed RFC-non-complaince of TOPIC and NAMES with +s...
2005-12-05 brainMade commands.cpp include its own header (oops)
2005-12-05 brainFixed channel kicks from outside channel on ulines...
2005-12-05 brainFixed prefixquit to not prefix remote quits
2005-12-04 brainAdded OnWallops
2005-12-04 brainMissing ;
2005-12-04 brainMade globals come from global ;)
2005-12-04 brainAdded notice-to-servermask
2005-12-04 brainFixed LUSERS and MAP to display 'dummy' data
2005-12-02 brainMade threading optional
2005-12-01 brainMultithreaded DNS -- not tested!!!!
2005-12-01 w00t*really* reverted is_uline change -- \!server returns...
2005-11-30 brainAdded remote rehash (even to a mask)
2005-11-30 brainAdded Server::RehashServer
2005-11-30 brainAdded ForceTopic stuff
2005-11-30 brainAdded missing ;
2005-11-30 brainAdded OnPostLocalTopic
2005-11-30 brainMade OnUserInvite actually trigger
2005-11-30 brainAdded remote kill
2005-11-30 w00tMerged an strcpy() and strlcat() -- looks nicer. Yeah...
2005-11-29 brainAdded opertype to OnOper and added OnMode function
2005-11-29 brainAdded NICK and QUIT
2005-11-29 brainAdded reason to OnUserQuit
2005-11-29 brainReverted is_uline change
2005-11-29 w00tSmall fault-- is_uline() returned true for '' - not...
2005-11-28 brainMade privmsgs work
2005-11-28 brainAdded OnUserMessage and OnUserNotice (why have these...
2005-11-25 brainCleaned up some warnings
2005-11-25 brainFixes for removal of serverrec
2005-11-25 brainRemoved references to deprecated files servers.* and...
2005-11-25 brainRemoval of mesh stuff (lots of)
next