summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)Author
2005-05-08/WHOIS as oper now shows real ip as well as real hostbrain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-05-08Fixed remote kills to display the correct source (spotted while talking to aq...brain
2005-05-06Empty but non-null string passed to is_uline returns truebrain
2005-05-06Added numeric 318 to /WHOIS when nick is not found (end of whois should still...brain
2005-05-06Added numeric 412 "no text to send"brain
2005-05-05Fixes to:brain
2005-05-04Changed to handle : as a NOP token so that 'assuming' inspircd knows RFC comm...brain
2005-05-04Fix to a mode parsing bug (eating wrong version of parameter?)brain
2005-05-03fixed warning of redefinition of RUSAGE_SELFbrain
2005-05-03Fix annoying off-by-one error in connection::RecvPacket (nothing like driving...brain
2005-05-03Added more fault tolerance to server linksbrain
2005-05-02Added new /stats z (warning - this is UNTESTED on linux!)brain
2005-05-02Added /stats Tbrain
2005-05-02Attempted /who fixesbrain
2005-05-01Added and tested fd crossreference table - improves speed a lot, and fixes on...brain
2005-04-30Tried a new way of doing remote versionsbrain
2005-04-30Added mode 'compression', stops abuse with modes like: +s-s+s-s+s-sbrain
2005-04-29Test fixes for /version strings not being set in burstbrain
2005-04-29Fixed a reversed strcmpbrain
2005-04-29Fixed some flood checkingbrain
2005-04-29Added 901 numeric - end of modules listbrain
2005-04-28Fixes minor typobrain
2005-04-28Fixed remote /squit <mask>brain
2005-04-28Added support for /SQUIT <mask> and checks against /SQUIT *brain
2005-04-28remote Versionstring set fixesbrain
2005-04-28Added remote versioningbrain
2005-04-28Changed remote kill reason textbrain
2005-04-28Fixed remote squitbrain
2005-04-28*** empty log message ***brain
2005-04-28Added remote squitbrain
2005-04-27Fixes to all kinds of annoying problemsbrain
2005-04-27No suck nickname?! why didn't anyone see this?!brain
2005-04-27Optimized stuffbrain
2005-04-27Added explicit oper tracking in a vector of userrec* pointers, optimizes send...brain
2005-04-27A bit of optimizationbrain
2005-04-26Missing debug symbols?!brain
2005-04-26Added channel 'counter', increases speed of quits, parts, kicksbrain
2005-04-26Fixed dicky buffer (due to cleanup the wrong variable was being used)brain
2005-04-26Major code tidyup (-W) - expect a few belchesbrain
2005-04-25Fixed strange leading ":" on remote Z/K/G linesbrain
2005-04-24Fixed so that quitprefixes are shown in client exit noticesbrain
2005-04-23Added global oper monitoring through modules and global connect monitoring th...brain
2005-04-22Fixed weird issues when anope sends large amounts of text at once to the uplinkbrain
2005-04-22Added OnOperCompare function to override strcmp in password check for /operbrain
2005-04-21Added password fieldbrain
2005-04-20Added OnUserDisconnect method to modules.* to fix fd leak in m_ident.cppbrain
2005-04-19Added 'server already exists' check for u-type linksbrain
2005-04-19Fixed bug when ordering a bot to leave using anope servicesbrain
2005-04-19Fixed anope module sending L tokens with 2 instead of 3 params (made code mor...brain