Age | Commit message (Expand) | Author |
2009-10-17 | CoreExport ConfigTag, fixes unresolved symbols when linking on windows. | peavey |
2009-10-17 | Add filename/line information to all ConfigTag objects | danieldg |
2009-10-17 | Rewrite ConfigReader again | danieldg |
2009-10-16 | Clean up static allocations | danieldg |
2009-10-13 | Change to new execution directory structure | danieldg |
2009-10-12 | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-13 | Prevent <include:executable> from running <include:executable> itself [jackmc... | danieldg |
2009-09-02 | Remove strnewdup(), it is a good source of possible memory leaks | danieldg |
2009-09-02 | Remove unneeded Extensible inheritance and remove "age" field from classbase | danieldg |
2009-08-12 | Fixes for config reader | danieldg |
2009-08-01 | Various rehash fixes that it seems were introduced by untested code. | w00t |
2009-07-01 | Fix error reporting on rehash | danieldg |
2009-07-01 | Make rehash generate a new ServerInstance->Config object | danieldg |
2009-07-01 | Move list of open ports out of Config object | danieldg |
2009-05-25 | Remove the ServerConfig::DirValid check that breaks symlinks | danieldg |
2009-05-24 | OnRehash changes: split to multiple hooks to clarify use and prevent explosio... | danieldg |
2009-04-17 | Fix memory leak on rehash: opertype used char* instead of std::string | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-02-14 | Nuke trailing spaces | peavey |
2009-02-13 | Add security:genericoper as requested by Strawberry and TwinShadow. | brain |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-11-01 | Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t... | w00t |
2008-10-23 | Patch from dz to fix bug 622 (config errors build up from /rehash to /rehash)... | w00t |
2008-10-20 | Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u... | w00t |
2008-10-18 | Working privs implementation, and example usage in NOTICE for mass messaging. | w00t |
2008-09-21 | Fix some comment which was left over from before the conversion from User* to... | psychon |
2008-09-20 | Fix a rather nasty race condition revealed by my reading through the comments... | brain |
2008-09-20 | more comments | brain |
2008-09-08 | Make OnAcceptReady pure virtual, rename ListenSocket to ListenSocketBase, cre... | w00t |
2008-09-07 | Start moving IO hooking from being bufferedsocket based to residing in EventH... | w00t |
2008-08-27 | Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju... | w00t |
2008-08-07 | Implement <options:invitebypassmodes>, optionally circumvent +blk if invited ... | w00t |
2008-07-19 | Change modes in channels and users to use std::bitset instead of an array. Th... | w00t |
2008-07-18 | Implement <disabled:usermodes> and <disabled:chanmodes>. | aquanight |
2008-07-12 | Add <cidr> block, and documentation in example config. | w00t |
2008-06-08 | Check for invalid characters in keys, will catch config errors earlier and cl... | brain |
2008-05-26 | Dont increment maxmodes at finalisation, it isnt used in the same way | 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-13 | Check for windows drive letters on the start of paths and treat them the same... | brain |
2008-04-15 | See configreader.cpp line 764 to see how to declare deprecated items. This is... | 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-03-24 | A load of classes dont inherit from classbase, and they should. fix. | brain |
2008-03-24 | This module uses io hooking too, fix it up | brain |