Age | Commit message (Expand) | Author |
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-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 | Add Inspircd::AddServices | danieldg |
2009-11-15 | Add ParamChannelModeHandler | 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 | Change /HELPOP => /HELP to be sensible and match every other ircd | danieldg |
2009-11-11 | Allow static build of inspircd without module support | danieldg |
2009-11-06 | Remove Extensible parent from EventHandler | danieldg |
2009-11-06 | Move StreamSocket inheritance off of User | danieldg |
2009-11-04 | Clarify handshake failure messages | danieldg |
2009-11-03 | Match USERINPUT/USEROUTPUT identifiers | danieldg |
2009-11-03 | Clean up duplicated link snomask messages on errors | danieldg |
2009-11-03 | Remove m_halfop from list in compat linking mode | danieldg |
2009-11-03 | Create m_halfop | danieldg |
2009-11-03 | Remove AllowHalfop item from server config | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | danieldg |
2009-11-01 | Fix CGI:IRC user class not being changed based on their real IP when it is ch... | danieldg |
2009-10-30 | m_cloaking: extend IPv6 mask from /48 to /32, add IPv6/64 and IPv4/24 to half... | danieldg |
2009-10-30 | Clean up typos and some unused code | danieldg |
2009-10-25 | Force heap allocation of refcountbase, create usecountbase for non-allocation... | danieldg |
2009-10-25 | Fixes from vtable cross-check | danieldg |
2009-10-25 | Add vtable cross-check code (known to work with GCC 4.4 x86_64) | danieldg |
2009-10-25 | Fixes found by removing User inheritance from StreamSocket | danieldg |
2009-10-24 | Fix incorrect netburst detection | danieldg |
2009-10-24 | Create irc::sockets::cidr_mask | danieldg |
2009-10-24 | Properly cull TreeServer objects when quitting several of them | danieldg |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-23 | Make User::uuid and User::server const | danieldg |
2009-10-23 | Fix plural on netsplit SNO. [dKingston] | peavey |
2009-10-23 | Fix memory leaks on reloadmodule and spanningtree unload while connecting ser... | danieldg |
2009-10-23 | Fix m_httpd | danieldg |
2009-10-23 | Fix recursive SENDSNO bounce | danieldg |
2009-10-23 | Change to <type:vhost> and <oper:vhost> because <oper:host> is taken. | danieldg |
2009-10-22 | Display namedmodes on a single line | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-22 | Remove the intercomm system since sqlite is synchronous. | peavey |
2009-10-22 | Clean up unused functions, add nonicks operoverride [dKingston] | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |