Age | Commit message (Expand) | Author |
2009-10-06 | Take advantage of link errors to check API_VERSION at module load time | danieldg |
2009-10-06 | Clean up m_chanprotect | danieldg |
2009-10-06 | Counting should not be a programmer's job, I'm apparently bad at it | danieldg |
2009-10-05 | Add OnBuildNeighborList hook, replaces all uses of OnHostCycle | danieldg |
2009-10-05 | Make builtin modes static to eliminate confusing destructor exception | danieldg |
2009-10-05 | Deny TR_NICK mode changes with an invalid nick parameter | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-10-05 | Fix backwards HideWhoisServer check | danieldg |
2009-10-03 | Fix crash due to null address in DNS | 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 |
2009-09-30 | Actually clear the cull list after applying it | 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 | Remove include/inspircd_se_config.h and socketengine-specific headers | danieldg |
2009-09-30 | Move destruction logic for User and Spanningtree into cull() | danieldg |
2009-09-30 | Detect, complain, and don't crash when objects are inserted into cull list twice | danieldg |
2009-09-30 | Fix compilation of SQL modules, use GlobalCulls to clean up deleted modules | danieldg |
2009-09-29 | Fix GetExtBanStatus returning MOD_RES_ALLOW when user does not have a ban exe... | danieldg |
2009-09-28 | Update svn:ignore and .gitignore | danieldg |
2009-09-28 | Fix compilation of some extras modules | danieldg |
2009-09-28 | Fix linking errors on BSD | danieldg |
2009-09-28 | Fix compile errors on BSD | danieldg |
2009-09-28 | Fix warnings from BSD build and work around the failures of BSD make | 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-24 | Move configuration filename specification to start script, to reduce hardcode... | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-21 | Improve speed of SSL sendq processing | danieldg |
2009-09-21 | Fix RSQUIT/RCONNECT routing | danieldg |
2009-09-21 | Allow objects to be added to cull list during apply - fixes user deletion on ... | 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 | Remove mistaken duplicate check for fake users | danieldg |
2009-09-21 | Always use user->SplitChanList in whois reply [jackmcbarn] | danieldg |
2009-09-21 | Add channames module [jackmcbarn] | danieldg |