summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Expand)Author
2006-08-08WHEEEEE!!!!!brain
2006-08-06Support CIDR, CIDR zline, /oper and CIDR <connect> tags. NOTE: With CIDR oper...brain
2006-08-05Hopefully stop compile warning which I don't get anywayom
2006-08-04Change to using userrec::ip as a sockaddr to store port, ip and address famil...brain
2006-08-01Comments, add more detail, remove dnsqueue.h include from tons of placesbrain
2006-08-01The IPV6 stuff compiles now, with compile-correct ipv6 code. I dont know if t...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04Optimisationsom
2006-04-04move do_whois to cmd_whois, i'm stopping now. really.om
2006-04-04All new shiny config parser, there's probably some bugs there somewhere but h...om
2006-04-03Remove un-needed strlen and pointer in duration()om
2006-04-03split_clist will never send lines over 512 chars, also should be fasterom
2006-03-30Make /whois code a little prettier, make /whowas show real host as well as di...om
2006-03-10const referencesbrain
2006-03-07Whowas refactor - probably wont compile yetbrain
2006-03-02is_uline was an inefficient piece of crap - fixed.brain
2006-03-02Made extensive use of charlcat to cut down on strlcat usagebrain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-02-15- Made some notes about potentially restructuring things a bitw00t
2006-02-03Added ircu-like hidewhois feature that allows hiding of server name in whois ...brain
2006-01-29"Oper of unknown type" -> "313 %s %s :is an IRC operator"brain
2006-01-27Improved IP handling. Now uses in_addr to store client ip, not char[16]!brain
2006-01-15CleanFilename movagebrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2006-01-11Changed fd_ref_table from 65536 to more correct MAX_DESCRIPTORSbrain
2005-12-29Fixed an extremely n00bish mistake involving referencing a global copy of Ser...brain
2005-12-26Adding hook type checking to event calls to speed them upbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Moved serverstats stuff outbrain
2005-12-16Moved SocketEngine* SE into InspIRCd classbrain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-16Moved ModeGrok and Parser into InspIRCd classbrain
2005-12-16Fixed to use CommandParserbrain
2005-12-16Moved more command parsing stuff to CommandParserbrain
2005-12-16Changing stuff to using CommandParser classbrain
2005-12-16Moved command_parse functions into class CommandParserbrain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-15Added 'local users' vectorbrain
2005-12-15Fixed typo in shorthand ifbrain
2005-12-15Re-introduced 3-line function CleanFilenamebrain
2005-12-15Full removal of inspircd_util.hbrain
2005-12-15Removed code weirdness in handle_invitebrain
2005-12-15Changed InviteTo to use irc::stringbrain
2005-12-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
2005-12-14Moved ModuleError()brain
2005-12-14Removed ip cache craq++brain
2005-12-14Fixed handle_*modulebrain
2005-12-14Code tidyingbrain
2005-12-14Craq removal at your servicebrain