]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands.cpp
Added m_watch.cpp (provides /WATCH for notify) and fixes to allow it to work
[user/henk/code/inspircd.git] / src / commands.cpp
2005-05-29 brainAdded m_watch.cpp (provides /WATCH for notify) and...
2005-05-29 brainCompensate for ~ in ident length
2005-05-29 brainHighly optimized userrec saving 1.5k per user
2005-05-29 brainA lot more of the core consts are now configurable...
2005-05-28 brainFixed fd_Setsize in cygwin
2005-05-27 brainRPL_WHOLIMEXCEEDED -> 523 to match bahamut
2005-05-27 brainAdded 557 numeric (from MS Exchange chat server) to...
2005-05-25 brainOperhosts are now optional (in the type tag)
2005-05-24 brainSum not being propogated properly, attempted fix
2005-05-24 brainGrr....
2005-05-24 brainMore fixes
2005-05-24 brainFixes
2005-05-24 brainFixed ping stuff
2005-05-24 brainFixed inbound server errors
2005-05-24 brainAdded stuff for /map improvements
2005-05-24 brainNonblocking connect() for outbound server links (why...
2005-05-24 brainAdded ping checks for server links (experimental)
2005-05-23 brainFixed bug where when a server split all other servers...
2005-05-23 brainTidied up some socket stuff into userrec
2005-05-23 brainFixed the server names reported in /stats l
2005-05-22 brainChanged revision id's to std::string
2005-05-20 brainFixed /COMMANDS
2005-05-20 brainAdded detail to /COMMANDS
2005-05-20 brainAdded COMMANDS command (yes, really)
2005-05-17 brainExperimental: Epoll support
2005-05-16 brainRemoved __single_client_alloc again because gcc devs...
2005-05-15 brainChanged to use __single_client_alloc, faster on most...
2005-05-15 brainChanged to use __single_client_alloc, supposedly faster...
2005-05-15 brainMoved StrHashComp and InAddr_HashComp into the irc...
2005-05-15 brainsorted hashcomp etc
2005-05-15 brainMoved a ton of functions into helperfuncs.h to speed...
2005-05-15 brainAdded idea from ircu: /invite with too few params shows...
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-12 brainChanged the type of struct whowas records are stored...
2005-05-12 brainStructure optimizations, changed a lot of bools into...
2005-05-09 brainBasics of kqueue() implementation for socket engine
2005-05-08 brain/WHOIS as oper now shows real ip as well as real host
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-05-08 brainFixed remote kills to display the correct source (spott...
2005-05-06 brainEmpty but non-null string passed to is_uline returns...
2005-05-06 brainAdded numeric 318 to /WHOIS when nick is not found...
2005-05-06 brainAdded numeric 412 "no text to send"
2005-05-05 brainFixes to:
2005-05-04 brainChanged to handle : as a NOP token so that 'assuming...
2005-05-04 brainFix to a mode parsing bug (eating wrong version of...
2005-05-03 brainfixed warning of redefinition of RUSAGE_SELF
2005-05-03 brainFix annoying off-by-one error in connection::RecvPacket...
2005-05-03 brainAdded more fault tolerance to server links
2005-05-02 brainAdded new /stats z (warning - this is UNTESTED on linux!)
2005-05-02 brainAdded /stats T
2005-05-02 brainAttempted /who fixes
2005-05-01 brainAdded and tested fd crossreference table - improves...
2005-04-30 brainTried a new way of doing remote versions
2005-04-30 brainAdded mode 'compression', stops abuse with modes like...
2005-04-29 brainTest fixes for /version strings not being set in burst
2005-04-29 brainFixed a reversed strcmp
2005-04-29 brainFixed some flood checking
2005-04-29 brainAdded 901 numeric - end of modules list
2005-04-28 brainFixes minor typo
2005-04-28 brainFixed remote /squit <mask>
2005-04-28 brainAdded support for /SQUIT <mask> and checks against...
2005-04-28 brainremote Versionstring set fixes
2005-04-28 brainAdded remote versioning
2005-04-28 brainChanged remote kill reason text
2005-04-28 brainFixed remote squit
2005-04-28 brain*** empty log message ***
2005-04-28 brainAdded remote squit
2005-04-27 brainFixes to all kinds of annoying problems
2005-04-27 brainNo suck nickname?! why didn't anyone see this?!
2005-04-27 brainOptimized stuff
2005-04-27 brainAdded explicit oper tracking in a vector of userrec...
2005-04-27 brainA bit of optimization
2005-04-26 brainMissing debug symbols?!
2005-04-26 brainAdded channel 'counter', increases speed of quits,...
2005-04-26 brainFixed dicky buffer (due to cleanup the wrong variable...
2005-04-26 brainMajor code tidyup (-W) - expect a few belches
2005-04-25 brainFixed strange leading ":" on remote Z/K/G lines
2005-04-24 brainFixed so that quitprefixes are shown in client exit...
2005-04-23 brainAdded global oper monitoring through modules and global...
2005-04-22 brainFixed weird issues when anope sends large amounts of...
2005-04-22 brainAdded OnOperCompare function to override strcmp in...
2005-04-21 brainAdded password field
2005-04-20 brainAdded OnUserDisconnect method to modules.* to fix fd...
2005-04-19 brainAdded 'server already exists' check for u-type links
2005-04-19 brainFixed bug when ordering a bot to leave using anope...
2005-04-19 brainFixed anope module sending L tokens with 2 instead...
2005-04-18 brainFixed broken server/server handshake for U-type server...
2005-04-18 brainFixed strhashcomp
2005-04-16 brainAdded:
2005-04-16 brainFixed lingering (SO_REUSEADDR was being set to 0?)
2005-04-15 brainAdded new API methods:
2005-04-14 brainAdded ability for modules to hold users in a 'holding...
2005-04-14 brainFixed typo
2005-04-14 brainAdded (untested!) OnCheckReady and OnUserRegister ...
2005-04-13 brainUpdated /INFO (nothing in here before, was 2 years...
2005-04-13 brainUpdated to support OnSendList
2005-04-13 brainAdded Server::AddGLine
2005-04-13 brainFixed /kill bug in m_operlevels (couldnt kill non-opers)
2005-04-13 brainFixed m_park stuff
2005-04-10 brainTest commit
next