Age | Commit message (Expand) | Author |
2008-06-08 | Dont announce successful rehash if bail is set to true (e.g. we're booting) | brain |
2008-06-08 | More useful error reporting that give closer line numbers, so long as you can... | brain |
2008-06-08 | Config reader strictness: check for escape sequences (\" etc) outside of a qu... | brain |
2008-06-08 | Make checks more strict | brain |
2008-06-08 | Bitch when we find stray characters outside of a tag, this will track down a ... | brain |
2008-06-08 | Allow 0-9 in tag/key names, and special check for > and \n | brain |
2008-06-08 | Check in tag names too | brain |
2008-06-08 | Check for invalid characters in keys, will catch config errors earlier and cl... | brain |
2008-06-06 | m_abbreviation completed. :) | brain |
2008-05-25 | All the limits were one less than specified in the config, so now we postincr... | brain |
2008-05-25 | Add parsing of <limits> tag and finish documenting it, make all the values ma... | brain |
2008-05-25 | First phase of conversion to dynamic limits on all the lengths, configured vi... | brain |
2008-05-20 | A few minor fixes, some copy constructor stuff, misnamed channelmanager const... | brain |
2008-05-18 | Make User:: nick/ident/dhost/fullname and some other things std::string inste... | aquanight |
2008-05-18 | Jason, try this.. | w00t |
2008-05-18 | Fix for Jason's bug.. this needs more thought, though. I'll probably whip up ... | w00t |
2008-05-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |
2008-05-12 | Patch ReadFile() not to bork on one line files, and ensure it works ok with w... | brain |
2008-05-10 | Fix LoadConf always reading 1 extra byte of random garbage. | peavey |
2008-04-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-04-19 | fix text in validate methods where option was moved to either performance or ... | peavey |
2008-04-15 | Fixes for ValidateHostname | peavey |
2008-04-15 | Chain ValidateServerName onto ValidateHostname so that the servername gets ho... | brain |
2008-04-15 | Deprecate a few more config options. | peavey |
2008-04-15 | Nuke the ability to define <options:loglevel> from orbit :p | brain |
2008-04-15 | See configreader.cpp line 764 to see how to declare deprecated items. This is... | brain |
2008-04-14 | Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n... | brain |
2008-04-14 | TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ... | brain |
2008-04-13 | trunk doesnt seem to like < and > in a quoted section, because someone REMOVE... | brain |
2008-04-12 | Fixes for bug #515, update existing in-use connect tags on the fly in rehash | brain |
2008-04-11 | (untested) don't move newconfig to ServerConfig::config_data until its been v... | brain |
2008-04-11 | Remove 'default log' and <options:loglevel> (wtf?) | brain |
2008-04-10 | Fix for bug #503 reported by Stealth (at last) | brain |
2008-04-02 | Depreciated ServerInstance->Log() seems to crash configreader on rehash? We s... | brain |
2008-04-02 | Remove MAXCLIENTS, this is supported at runtime by the softlimit anyway. | brain |
2008-03-30 | Commit -Wformat=2 -Wmissing-format-attributes, printf-like functions in inspi... | aquanight |
2008-03-24 | This module uses io hooking too, fix it up | brain |
2008-03-23 | Add ability to control what opertypes can set what operonly user/chan modes. ... | aquanight |
2008-03-22 | Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer... | brain |
2008-03-14 | Add fixes to stop people changing the SID of a live server - certain configur... | brain |
2008-02-26 | EXECUTABLE INCLUDES works! :D | brain |
2008-02-26 | Fixes to make it run right :) | brain |
2008-02-26 | Revert configure so that we can uh, actually compile. | brain |
2008-02-24 | Yay, local /rehash is now fixed :) | brain |
2008-02-24 | Add mutexes to this to make it a bit more threadsafe | brain |
2008-02-24 | I apologise for the 712 space-indented lines i put in here :< *runs* | brain |
2008-02-24 | Put log-switching back into configreader | aquanight |
2008-02-24 | Allow for 'bail' and 'user' parameters to rehash thread | brain |
2008-02-24 | Rollback complete! Everyone please go through the code and check i havent for... | brain |
2008-02-24 | No longer crashes. | brain |