Age | Commit message (Expand) | Author |
2009-10-11 | Move 2 static extensibles from user class to inspircd class for global access... | peavey |
2009-10-11 | Octets in an IPv4 address are unsigned | danieldg |
2009-10-11 | Ugly-ish hack to select SocketEngine on windows until I or someone else finds... | peavey |
2009-10-11 | Fixes for SocketThread, missing overload, and a left in deprecated variable. | peavey |
2009-10-11 | Compile fixes. | peavey |
2009-10-11 | Fix some signedness. | peavey |
2009-10-11 | Fix Extend usage and a few other things for latest API. Compiles but not tested. | peavey |
2009-10-10 | Fix double dot in half-cloaked resolved hosts | danieldg |
2009-10-10 | Compile fixes, these too take char* on windows and not void*. | peavey |
2009-10-10 | 3rd time lucky? Fix again for setsockopt. | peavey |
2009-10-10 | Slight tweak to setsockopt fix. | peavey |
2009-10-10 | Compile fixes for windows. | peavey |
2009-10-10 | * Fix inspsocket to not include uio.h on windows. | peavey |
2009-10-10 | Update m_cloaking to use free-form keys instead of weakening the hash IV | danieldg |
2009-10-10 | m_cloaking: Error out on "wrong" cloaking keys | psychon |
2009-10-10 | Update Event and Request APIs for this module too. | peavey |
2009-10-09 | private, who needs private... | danieldg |
2009-10-09 | Fix hook finding code and error reporting | danieldg |
2009-10-09 | Whoops, forgot to commit this file | 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 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-08 | Update Event and Request APIs | danieldg |
2009-10-06 | Make mssql module compile, untested for now. | peavey |
2009-10-06 | Correctly ignore dummy argument to Version | danieldg |
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 |