Age | Commit message (Expand) | Author |
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 |
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 | Move all local-only fields to LocalUser | danieldg |
2009-10-21 | Change module API to use LocalUser* where correct | danieldg |
2009-10-21 | Move some local-only fields to LocalUser | danieldg |
2009-10-21 | Split LocalUser and RemoteUser | danieldg |
2009-10-21 | some WriteGlobalSno changes | danieldg |
2009-10-20 | Fix interaction of m_permchannels post-cull and channel empty-by-quit that ca... | danieldg |
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg |
2009-10-20 | Get rid of more unneeded parent classes | danieldg |
2009-10-19 | Nuke VF_SERVICEPROVIDER from here too. | peavey |
2009-10-19 | Valgrind now runs completely clean. | danieldg |
2009-10-18 | Fix incorrect initialization of ConfigTag reference | danieldg |
2009-10-18 | Rewrite m_alias DoCommand to do variable substitution in one pass, fixing bug... | danieldg |
2009-10-18 | Fix infinite loop on alias expansion, found by Adam | danieldg |
2009-10-18 | More classbase cleanup, hold ConfigTag reference in Autoconnect/Link | danieldg |
2009-10-18 | Remove more classbase | danieldg |
2009-10-18 | Remove VF_SERVICEPROVIDER, prevent heap allocation of ConfigReader | danieldg |
2009-10-18 | Fix null dereference caused by tracking dummy | 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-18 | Change to Duration for second param | danieldg |
2009-10-17 | Fix channel mode +H to allow maximum length and add explanatory message prefix | danieldg |
2009-10-17 | Add m_chanhistory, mode +H <lines> to replay some lines of history on channel... | danieldg |
2009-10-17 | Fix array out-of-bounds accesses | danieldg |
2009-10-17 | Make classbase and refcountbase uncopyable; expand comments on their indended... | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |