Age | Commit message (Expand) | Author |
2010-01-19 | Fix incorrect forward-port of patch | danieldg |
2010-01-19 | Slightly more comprehensible message for connect throttle banning. | danieldg |
2010-01-19 | Fix some command registration warnings | danieldg |
2010-01-19 | ERROR is not a valid log level, so all these messages were getting dropped | danieldg |
2010-01-19 | Extbans can be VF_OPTCOMMON as they do not desync on module add/remove | danieldg |
2010-01-19 | Remove overrides for ADMIN, STATS, TIME | danieldg |
2010-01-19 | Fix MOTD and RULES to work remotely (remove the old hacks for MOTD) | danieldg |
2010-01-19 | Clean up some slow iterations | danieldg |
2010-01-19 | Don't refuse to route internal spanningtree commands due to lack of VF_COMMON | danieldg |
2010-01-18 | Fix type-based oper blocks not storing their names | danieldg |
2010-01-18 | Specify routing for those commands | danieldg |
2010-01-18 | Move lots of spanningtree items to commands | danieldg |
2010-01-18 | Include total CPU usage in STATS z | danieldg |
2010-01-18 | Linux apparently needs another library for linking now... | danieldg |
2010-01-18 | Remove excessive gettimeofday system calls | danieldg |
2010-01-18 | Remove unneededd IS_LOCAL casts | danieldg |
2010-01-18 | PreCommand/PostCommand are local-only hooks | danieldg |
2010-01-18 | Fix iteration of oper blocks by SSLINFO | danieldg |
2010-01-17 | Route INFO to remote servers (fixes bug #924) | danieldg |
2010-01-17 | Fix for incorrect template application by GCC 3.4 | danieldg |
2010-01-17 | 2.0 beta 1 release | danieldg |
2010-01-17 | Support strftime format characters in <log> blocks | danieldg |
2010-01-17 | Move initialization that throws configuration exceptions to init() | danieldg |
2010-01-17 | Add Module::init() for correct exception handling during hook registration | danieldg |
2010-01-17 | Change more modules to VF_OPTCOMMON and assert identical charsets in m_nation... | danieldg |
2010-01-17 | PURE_STATIC improvements: Allow modules to be reloaded, generate linker argum... | danieldg |
2010-01-17 | Make a ./configure --system to support system-wide installation of inspircd | danieldg |
2010-01-16 | Manual port of don't error on failed port bind commit. | w00t |
2010-01-16 | Fix use of commasepstream on now space-separated items | danieldg |
2010-01-16 | Allow .force-root-ok to bypass the root check for easier distro packaging | danieldg |
2010-01-16 | Break compilation when running as root to discourage stupid user mistakes | danieldg |
2010-01-16 | Fix signdedness error in LoopCall | danieldg |
2010-01-16 | Make CHANMODES/USERMODES split by spaces | danieldg |
2010-01-16 | Search for correct access level for mode changes, remove hardcoded halfop ref... | danieldg |
2010-01-15 | Route SVSSILENCE/SVSWATCH using OPT_UCAST, marking them OPTCOMMON | danieldg |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-15 | Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not... | danieldg |
2010-01-14 | Allow regex engine to be omitted in configuration to use automatic binding | danieldg |
2010-01-14 | Fix compilation errors in previous commit | danieldg |
2010-01-14 | Specify regex engine in m_filter/m_rline CAPAB line instead of marking m_rege... | danieldg |
2010-01-14 | Verify cloak keys match during CAPAB negotiation | danieldg |
2010-01-14 | Fix stripping of character prior to delimiter in StreamSocket::GetNextLine (n... | danieldg |
2010-01-14 | Move revision information from Version object to a static symbol | danieldg |
2010-01-14 | Allow maxtargets to be bypassed in LoopCall for JOIN | danieldg |
2010-01-14 | Remove launchd references (incomplete pieces of a system-wide installation se... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2010-01-10 | Remove spanningtree override of /LUSERS | danieldg |
2010-01-09 | Remove mode counter, not reliable and only used for umode +i | danieldg |
2010-01-09 | Disallow adding prefix-mode when it is already set (fixes bug #935) | danieldg |
2010-01-07 | Add m_passforward, based on m_conn_pass_nickserv by satmd | danieldg |