Age | Commit message (Expand) | Author |
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 |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg |
2009-10-02 | Fix routing for normal core commands like QUIT | danieldg |
2009-10-02 | Fix valgrind issues and crashes on exit | danieldg |
2009-10-01 | Merge remote/local MODULES output | danieldg |
2009-10-01 | Fix timeoutlist calling ConnectServer when not needed | danieldg |
2009-10-01 | Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing | danieldg |
2009-10-01 | Fix some valgrind warnings | danieldg |
2009-10-01 | Change SWHOIS to OPTCOMMON, remove m_operinvex | danieldg |
2009-10-01 | ENCAP removal for supported protocol 1201 commands | danieldg |