Age | Commit message (Expand) | Author |
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 | 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-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 |
2010-01-05 | Show channel listmodes (+beIg) in /CHECK output | danieldg |
2010-01-04 | GCC 4.5 warning fixups | danieldg |
2010-01-02 | Fix counting error in r12237 | danieldg |
2010-01-02 | Fix sqllog compile error | danieldg |
2010-01-02 | Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen... | danieldg |
2009-12-31 | Hook OnUserRegister instead of OnUserConnect so that remote user connection i... | w00t |
2009-12-31 | Check channel name in SVSJOIN to avoid propegating an invalid channel, fixes ... | w00t |
2009-11-30 | 2.0 alpha 2 release | danieldg |
2009-11-21 | Delete modewatchers when unloading modules that use them to keep the server f... | dz |
2009-11-21 | Don't tell the user they are banned and then still let them join if they have... | dz |
2009-11-21 | allow channels starting with ## in m_banredirect.cpp, fixes bug #921 reported... | dz |
2009-11-17 | erm, why are we doing this twice? | danieldg |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Fix failed oper snomask being sent to local oper sno on remote servers | danieldg |
2009-11-15 | Add Inspircd::AddServices | danieldg |
2009-11-15 | Add ParamChannelModeHandler | danieldg |
2009-11-15 | Add ModeHandler* versions of channel mode access | danieldg |
2009-11-15 | Hide channel mode structures | danieldg |
2009-11-13 | Get rid of socklen_t parameter to Bind, we are using C++ here and can do it o... | danieldg |
2009-11-12 | Fix typo | danieldg |
2009-11-12 | Fix incorrect opaque object use in ProtoSendMetaData (this is a reason to avo... | danieldg |
2009-11-12 | Fix double-cull of users quitting due to connection error | danieldg |
2009-11-11 | Add fine-grained command flood controls | danieldg |
2009-11-11 | Fix compilation due to dirent header | danieldg |
2009-11-11 | Change /HELPOP => /HELP to be sensible and match every other ircd | danieldg |
2009-11-11 | Get rid of DieDelay, it just freezes the ircd prior to exit | danieldg |