summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2004-04-27Added m_alias module which provides command aliases.brain
2004-04-26Fixed bug #15 - mode case sensitivity issue in mirc (glitch reported by strik...brain
2004-04-25Added comments and fixesbrain
2004-04-25Added some stuff to diffrentiate between global and local Q/Z linesbrain
2004-04-24Fixed quit-bouncing issue when a user is g-linedbrain
2004-04-24Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc.brain
2004-04-24Q-lines fully working, can add and remove other types of ban (but not enforce...brain
2004-04-24Added a bunch of xline stuff and added qline spport for /nick and svsnickbrain
2004-04-24Added XLine stuffbrain
2004-04-24Added xline.cpp and xline.h, implements k/g/z/q linesbrain
2004-04-23a|KK|y bitchingbrain
2004-04-22Added more services stuffbrain
2004-04-22Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...brain
2004-04-21Various services compatibility stuffbrain
2004-04-19Fixes to typos and function exporting between source filesbrain
2004-04-19Changed occurances of udp_host to tcp_host for readabilitybrain
2004-04-19These files now hold the command handler functionsbrain
2004-04-19Moved all command handler functions into commands.cpp/commands.hbrain
2004-04-19added mode.h/mode.cpp and seperated mode functions into itbrain
2004-04-19Moving yet more stuff into message.cppbrain
2004-04-19Started seperating out functionsbrain
2004-04-18Changes of RemoveServer to char* to const char*brain
2004-04-18Fixes to recoverybrain
2004-04-18Forgot to save some stuffbrain
2004-04-17Added calls to sched_yield() to cut down processor usage - won't work in *bsdbrain
2004-04-17Added new documentation to cover ircd_connectorbrain
2004-04-17Updated comments herebrain
2004-04-16Fixed some SQUIT stuffbrain
2004-04-16Mesh cookie linking fixes (was giving remote port to servers and not local port)brain
2004-04-16SQUIT and routing of messages fixes during periods of downtimebrain
2004-04-16Fixes to only send SQUIT tokens to servers that are still alive to avoid rout...brain
2004-04-16Added ability to update routing table on the fly if a connection is lostbrain
2004-04-16Added various routing tokens (such as 'R' redirect message)brain
2004-04-15/MAP and /LINKS added back (do not use - needs testing)brain
2004-04-15Mesh tweaks (wasnt sending the ip in the + packet)brain
2004-04-15Mesh linking stuffbrain
2004-04-15Fixes for nonblocking socket issuesbrain
2004-04-15Tons of linking tweaksbrain
2004-04-14Buffering fixesbrain
2004-04-14More fixes to connection buffer handlingbrain
2004-04-14Changed server to server links from UDP to TCP due to data loss problemsbrain
2004-04-12Added 'a' amd 'b' server link tokens (change gecos, change host)brain
2004-04-12Added '@' (WALLOPS) link tokenbrain
2004-04-11Packet bufferingbrain
2004-04-11race condition fixesbrain
2004-04-11Attempted fixes for UDP race conditionsbrain
2004-04-11Added better checking to packet sending (MUST receive an ack)brain
2004-04-11Added 'i' and 't' type link datagramsbrain
2004-04-10Added J, P and Q type datagramsbrain
2004-04-10Added experimental 'P' token (privmsg)brain