Age | Commit message (Expand) | Author |
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 |
2009-09-30 | Allow multiple autoconnects in a single <autoconnect> tag, fix infinite failover | danieldg |
2009-09-30 | Add explicit reference-counting base class | danieldg |
2009-09-30 | Move destruction logic for User and Spanningtree into cull() | danieldg |
2009-09-30 | Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules | danieldg |
2009-09-28 | Update svn:ignore and .gitignore | danieldg |
2009-09-28 | Fix compilation of some extras modules | danieldg |
2009-09-27 | SendQ bugfixes | danieldg |
2009-09-26 | Compile fixes and message updates | danieldg |
2009-09-26 | Flexible SendQ | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Clean up svn:keywords | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-26 | Add FD_WANT_SINGLE_WRITE to efficiently replace FD_WANT_POLL_WRITE | danieldg |
2009-09-26 | Take advantage of FD_READ_WILL_BLOCK and FD_WRITE_WILL_BLOCK to reduce syscal... | danieldg |
2009-09-26 | Clean up SocketEngine interface to allow edge-triggered I/O and sockets that ... | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Fix RSQUIT/RCONNECT routing | danieldg |
2009-09-21 | Don't try to write to dead users, add debug to SquitServer, and remove a stri... | danieldg |
2009-09-21 | Create StreamSocket for IO hooking implementation | danieldg |
2009-09-21 | Add channames module [jackmcbarn] | danieldg |
2009-09-18 | Separate spy channels [jackmcbarn] | danieldg |
2009-09-17 | Remove SID from /map for non-opers, and add it to non-spanningtree for opers ... | danieldg |
2009-09-17 | Add <autoconnect> blocks [jackmcbarn] | danieldg |
2009-09-16 | Don't let R-lines be bancached [jackmcbarn] | danieldg |
2009-09-16 | Add support for zline on rline [jackmcbarn] | danieldg |
2009-09-16 | Attempt to revert r11734 | danieldg |
2009-09-16 | Merge commands and modules in source, since they are already merged in install | danieldg |
2009-09-16 | Fix iteration of ServerInstance->Users->local_users now that QuitUser can mod... | danieldg |
2009-09-15 | Make end of netburst SNOMASK REMOTELINK unless servers are directly linked [j... | danieldg |
2009-09-15 | Remove Extensible items from user, channel, and Membership on module unload | danieldg |
2009-09-15 | Where there are hidden servers, report the /map server count as the hidden co... | brain |
2009-09-15 | Fix quoting in permchannels DB, discovered by jackmcbarn (could result in com... | danieldg |
2009-09-14 | Improve link error message on SSL fingerprint mismatch | danieldg |
2009-09-14 | Introduce "X" snomask for remote *:line messages [patch by jackmcbarn] | danieldg |
2009-09-14 | Fix OnHostCycle in m_delayjoin [patch by dKingston] | danieldg |
2009-09-14 | Fix compile warning | danieldg |
2009-09-13 | Fix access checks on chanprotect preventing use of SAMODE | danieldg |
2009-09-13 | Fix automated metadata decoding with ExtItem | danieldg |
2009-09-13 | Fix REMOVE maxparams | danieldg |
2009-09-13 | Fix cloaking/invite exception for new extban checks | danieldg |
2009-09-13 | Change match direction of extbans to allow stacking | danieldg |