Age | Commit message (Expand) | Author |
2004-04-29 | Added 'Extensible' class which allows modules to store custom data in objects | brain |
2004-04-27 | Added m_alias module which provides command aliases. | brain |
2004-04-26 | Fixed bug #15 - mode case sensitivity issue in mirc (glitch reported by strik... | brain |
2004-04-25 | Added comments and fixes | brain |
2004-04-25 | Added some stuff to diffrentiate between global and local Q/Z lines | brain |
2004-04-24 | Fixed quit-bouncing issue when a user is g-lined | brain |
2004-04-24 | Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc. | brain |
2004-04-24 | Q-lines fully working, can add and remove other types of ban (but not enforce... | brain |
2004-04-24 | Added a bunch of xline stuff and added qline spport for /nick and svsnick | brain |
2004-04-24 | Added XLine stuff | brain |
2004-04-24 | Added xline.cpp and xline.h, implements k/g/z/q lines | brain |
2004-04-23 | a|KK|y bitching | brain |
2004-04-22 | Added more services stuff | brain |
2004-04-22 | Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic... | brain |
2004-04-21 | Various services compatibility stuff | brain |
2004-04-19 | Fixes to typos and function exporting between source files | brain |
2004-04-19 | Changed occurances of udp_host to tcp_host for readability | brain |
2004-04-19 | These files now hold the command handler functions | brain |
2004-04-19 | Moved all command handler functions into commands.cpp/commands.h | brain |
2004-04-19 | added mode.h/mode.cpp and seperated mode functions into it | brain |
2004-04-19 | Moving yet more stuff into message.cpp | brain |
2004-04-19 | Started seperating out functions | brain |
2004-04-18 | Changes of RemoveServer to char* to const char* | brain |
2004-04-18 | Fixes to recovery | brain |
2004-04-18 | Forgot to save some stuff | brain |
2004-04-17 | Added calls to sched_yield() to cut down processor usage - won't work in *bsd | brain |
2004-04-17 | Added new documentation to cover ircd_connector | brain |
2004-04-17 | Updated comments here | brain |
2004-04-16 | Fixed some SQUIT stuff | brain |
2004-04-16 | Mesh cookie linking fixes (was giving remote port to servers and not local port) | brain |
2004-04-16 | SQUIT and routing of messages fixes during periods of downtime | brain |
2004-04-16 | Fixes to only send SQUIT tokens to servers that are still alive to avoid rout... | brain |
2004-04-16 | Added ability to update routing table on the fly if a connection is lost | brain |
2004-04-16 | Added 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-15 | Mesh tweaks (wasnt sending the ip in the + packet) | brain |
2004-04-15 | Mesh linking stuff | brain |
2004-04-15 | Fixes for nonblocking socket issues | brain |
2004-04-15 | Tons of linking tweaks | brain |
2004-04-14 | Buffering fixes | brain |
2004-04-14 | More fixes to connection buffer handling | brain |
2004-04-14 | Changed server to server links from UDP to TCP due to data loss problems | brain |
2004-04-12 | Added 'a' amd 'b' server link tokens (change gecos, change host) | brain |
2004-04-12 | Added '@' (WALLOPS) link token | brain |
2004-04-11 | Packet buffering | brain |
2004-04-11 | race condition fixes | brain |
2004-04-11 | Attempted fixes for UDP race conditions | brain |
2004-04-11 | Added better checking to packet sending (MUST receive an ack) | brain |
2004-04-11 | Added 'i' and 't' type link datagrams | brain |
2004-04-10 | Added J, P and Q type datagrams | brain |