Age | Commit message (Expand) | Author |
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 | 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-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-02 | Remove special-case handling of SVSNICK, SVSJOIN, SVSPART; enables intelligen... | danieldg |
2009-12-31 | Check channel name in SVSJOIN to avoid propegating an invalid channel, fixes ... | w00t |
2009-11-16 | Use ServiceProvider for inter-module dependencies | danieldg |
2009-11-15 | Add Inspircd::AddServices | 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-06 | Remove Extensible parent from EventHandler | 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 | Remove AllowHalfop item from server config | danieldg |
2009-11-03 | Move MODENOTICE command to a command module | 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 recursive SENDSNO bounce | danieldg |
2009-10-22 | Make irc::sockets::* parameters consistent, add irc::sockets::mask | danieldg |
2009-10-21 | Kill ListenSocketBase, use OnAcceptConnection for all new connections | danieldg |
2009-10-21 | Use ConfigTagList as a faster access method for access to configuration | danieldg |
2009-10-21 | Change User::oper to an OperInfo reference | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-21 | some WriteGlobalSno changes | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-18 | Fix incorrect initialization of ConfigTag reference | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-18 | Cull channels, warn when Extensible objects are not culled as they must be | danieldg |
2009-10-18 | Improve SSL fingerprint messages when linking servers | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-14 | Fix module unmapping with culled Module objects | danieldg |
2009-10-14 | Move static map of extensions into ServerInstance, add const-correctness | danieldg |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-10 | Update m_cloaking to use free-form keys instead of weakening the hash IV | danieldg |
2009-10-09 | private, who needs private... | danieldg |
2009-10-09 | Fix hook finding code and error reporting | danieldg |
2009-10-09 | Move autoconnect next-server to TreeSocket::cull, and drop autoconnect refere... | danieldg |
2009-10-09 | Add server ports to ServerInstance->ports, enable SSL on them using OnHookIO | danieldg |