Age | Commit message (Expand) | Author |
2004-04-21 | Fixes for bug #13 (trailing or leading spaces on a command) | brain |
2004-04-20 | Some pointless changes to this in the course of bugfinding | brain |
2004-04-20 | ConfigReader fixes to cope with tab characters (why didnt we notice this befo... | brain |
2004-04-19 | Some fixes here | brain |
2004-04-19 | Broken code commented out by brain until we can fix it. | brain |
2004-04-19 | Fixes to this module by brain | 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 | /WHO and routing fixes | brain |
2004-04-19 | Added namespace std to these new files to avoid gcc3 problems | brain |
2004-04-19 | Code Tidyup | 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 | Added extern declarations so that this file can access the modules that are l... | brain |
2004-04-19 | Stupid typo :p | brain |
2004-04-19 | Modified to support messages.cpp | brain |
2004-04-19 | Started seperating out functions | brain |
2004-04-18 | Fixed typos in FindHost | brain |
2004-04-18 | Checks to stop a server connecting twice | brain |
2004-04-18 | Changes of RemoveServer to char* to const char* | brain |
2004-04-18 | Fixes to recovery | brain |
2004-04-18 | Fixes to typos in recovery checking | brain |
2004-04-18 | Added more rigorous link connection checking and recovery | brain |
2004-04-18 | Forgot to save some stuff | brain |
2004-04-18 | Added connection version checking | brain |
2004-04-18 | Fixed minor desync issues | brain |
2004-04-18 | Added GetRevision() function returning a long with the internal revision | brain |
2004-04-18 | Changed format of 'b' token | brain |
2004-04-18 | Improved layout of /version, used strtok_r to prevent buffer whacking | brain |
2004-04-18 | Improved /version line and made it show optimisation level for support | brain |
2004-04-18 | Fixes to ircd_connector::SetServerDesc() (was setting the server name!) | brain |
2004-04-18 | Fixes to GetServerDescription() | brain |
2004-04-18 | Fixed server descriptions in /whois and /links (untested) | brain |
2004-04-18 | Added back authorised state checking in server/server links (untested!) | brain |
2004-04-18 | Dns lookup fixes (hands up if you hate DNS) | brain |
2004-04-18 | Attempted dns fixes | brain |
2004-04-18 | Added extra / in case people (Like you [Brain]) forget to add it in ./configu... | frostycoolslug |
2004-04-18 | Minor code tweaks, tidyups | brain |
2004-04-18 | Modules will no longer re-compile themselves if they havnt changed. | frostycoolslug |
2004-04-17 | Added calls to sched_yield() to cut down processor usage - won't work in *bsd | brain |
2004-04-17 | Added SQUIT command | brain |
2004-04-17 | More fixes to class 'packet' | brain |
2004-04-17 | Fixes to class connection to make it work! | brain |
2004-04-17 | Fixes to class packet to make it work! | brain |
2004-04-17 | Added SQUIT (untested) | brain |
2004-04-16 | Yet more 'bad cookie' fixes :/ | brain |
2004-04-16 | More reconnect fixes | brain |
2004-04-16 | Added extra rejoin stuff | brain |
2004-04-16 | added more connectback handling | brain |