Age | Commit message (Expand) | Author |
2005-04-10 | Added m_setidle, allows opers to set their idle times | brain |
2005-04-10 | Changed escape codes to work better on dark-on-light terminals | brain |
2005-04-10 | Moved to beta 3 | brain |
2005-04-10 | Fixed problem with strlcpy detection. | frostycoolslug |
2005-04-10 | Changed to beta 2 (beta 1 was a fast beta!) | brain |
2005-04-10 | Fixed badly setting colours, now all non green / yellow text is 'default' (Th... | frostycoolslug |
2005-04-10 | Fine-grained control over what can be overridden by whom | brain |
2005-04-10 | Test commit | brain |
2005-04-10 | Fixed chu's typo | brain |
2005-04-10 | Put the version back after a rush-fix | brain |
2005-04-10 | Fixed a missing semicolon *LARGE SLAP* | brain |
2005-04-10 | Removed 'irregular' output caused by Brains test for strlcpy | frostycoolslug |
2005-04-09 | New day, new version :) | brain |
2005-04-09 | Modified Module Makefile autogeneration to depend on some .h files and its ow... | frostycoolslug |
2005-04-09 | Changed parameters of OnPacketTransmit and OnPacketReceive to be much more us... | brain |
2005-04-09 | Added support for /NAMES with no parameters (just gives a hardcoded response ... | brain |
2005-04-09 | Fixed matching | brain |
2005-04-09 | Finally updated ChangeLog to reflect beta 1 | brain |
2005-04-09 | Never got committed - added GetVersion() | brain |
2005-04-08 | Told Makefile to ignore if cp fails on the binaries. | frostycoolslug |
2005-04-08 | Modified to kill -9, if a kill -TERM fails. | frostycoolslug |
2005-04-08 | Added Dynamic src/modules/Makefile generation, during ./configure the script ... | frostycoolslug |
2005-04-08 | Added <disabled:commands> to the example config (commented out by default!) | brain |
2005-04-08 | Added <disabled:commands> tag! | brain |
2005-04-08 | Added ability to disable any command for non-opers | brain |
2005-04-08 | Added m_nicklock module, a module which allows opers to lock a user to a nick... | brain |
2005-04-08 | Added customizable pingfreq | brain |
2005-04-08 | Added optional module path to the configuration file | brain |
2005-04-08 | Changed documentation of /loadmodule and /unloadmodule to include parameters | brain |
2005-04-08 | rehashing now adds and removes modules | brain |
2005-04-07 | New docs to match extra module Version class stuff, etc | brain |
2005-04-07 | Fixed issue where failing modules would bail by calling exit (deprecated) -- | brain |
2005-04-07 | Added module flags output to /MODULES | brain |
2005-04-07 | Documented /LOADMODULE and /UNLOADMODULE plus new /MODULES behaviour | brain |
2005-04-07 | Fixed typo in new /modules | brain |
2005-04-07 | Added ability for non-opers to see simplistic /modules output | brain |
2005-04-07 | /LOADMODULE and /UNLOADMODULE all successfully working! | brain |
2005-04-07 | Tons of module versionflags stuff, and checks for it in /UNLOADMODULE | brain |
2005-04-07 | Added version flags | brain |
2005-04-07 | Started work on /UNLOADMODULE, resource tracking and flags in Version class | brain |
2005-04-07 | Added /LOADMODULE (tested and working) | brain |
2005-04-07 | Fixed "error in free()" and other bugs going to open sockets | brain |
2005-04-07 | Added VF_ module flags as discussed with Craig | brain |
2005-04-07 | Fixed a double free in dnsqueue.cpp | brain |
2005-04-06 | Moved module loading to a LoadModule function that can be called outside of i... | brain |
2005-04-06 | Added log output for on-oper | brain |
2005-04-06 | Alright, who forgot to make /oper check hostnames? | brain |
2005-04-06 | Changed the loglevel of some startup failure messages to DEFAULT (were DEBUG) | brain |
2005-04-06 | Deprecated .layout and .dev files (we no longer use dev-c++ for editing) | brain |
2005-04-06 | Fixed casting warning in ShowMOTD under linux | brain |