Age | Commit message (Expand) | Author |
2010-08-04 | Fix $md5pass and $sha256pass in SQL queries | Daniel De Graaf |
2010-08-04 | Change ThreadSignalSocket to EventHandler to avoid calling recv() on an event... | Daniel De Graaf |
2010-08-03 | Fix m_opermodes.so sending modes for unintroduced clients with oper autologin... | Adam |
2010-08-03 | Update a number of docs issues | Daniel De Graaf |
2010-08-03 | Use the remote channel's capitalization on a losing TS merge | Daniel De Graaf |
2010-08-03 | Clarify the m_custom prefix message a bit | Daniel De Graaf |
2010-08-03 | Fix for crash on restart or config file open (bug #44) | Adam |
2010-08-03 | Allow halfops to remove their own halfop status | Daniel De Graaf |
2010-08-03 | Remove wildcard support from module loading, breaks rehash (bug #51) | Daniel De Graaf |
2010-08-03 | Skip invalid allowed modes in oper block (bug #64) | Daniel De Graaf |
2010-08-03 | Fix rehash message sending for remote rehashes | Daniel De Graaf |
2010-07-30 | Fix incorrect default on <alias:channelcommand> | Daniel De Graaf |
2010-07-04 | Include location of duplicated oper blocks | Daniel De Graaf |
2010-07-02 | Change argument order of LDLIBS to work properly with -Wl,--as-needed | Daniel De Graaf |
2010-06-12 | Quick fix for /RESTART crashing | Daniel De Graaf |
2010-06-11 | 2.0.0 release | Daniel De Graaf |
2010-05-21 | Use EFD_NONBLOCK in test creation of eventfd (makes it require glibc 2.8/linu... | Daniel De Graaf |
2010-05-16 | Fix umode -r on nick change being denied by permission check | Daniel De Graaf |
2010-05-12 | Be consistent in testing PURE_STATIC for defined vs == 1 | Daniel De Graaf |
2010-05-12 | Add some missing <connect> updates from rehash, noticed by mixx941 | Daniel De Graaf |
2010-05-09 | Fix negative array access in channame | Daniel De Graaf |
2010-05-08 | Correct source of initial BURST line from servers sending it without one (lik... | Daniel De Graaf |
2010-05-08 | Compile testing can be useful | Daniel De Graaf |
2010-05-08 | Change -debug to force RAWIO level logging and disable all other logs | Daniel De Graaf |
2010-05-08 | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | Daniel De Graaf |
2010-05-07 | Use unit-cc for all compile and and link tasks | Daniel De Graaf |
2010-04-29 | Don't use an empty direction when receiving a sourceless server command | Daniel De Graaf |
2010-04-29 | Removing example for m_spy which doesn't exist in insp20 | PhilSliderS |
2010-04-29 | Helpop: Add snomask +v (requires override module) | Philouuu |
2010-04-28 | Add log header including ircd version | Daniel De Graaf |
2010-04-28 | 2.0 release candidate 2 | Daniel De Graaf |
2010-04-26 | Define comparator for irc::sockets::sockaddrs | Daniel De Graaf |
2010-04-26 | Add debug output for received DNS packets | Daniel De Graaf |
2010-04-26 | Add debug output of UserResolver results | Daniel De Graaf |
2010-04-25 | Change DNS binding to avoid BindSocket which could use the wrong address family | Daniel De Graaf |
2010-04-24 | Add better debug output to dns.cpp | Daniel De Graaf |
2010-04-24 | Emulate a bug in 1.2 to get matching cloaks | Daniel De Graaf |
2010-04-24 | Add "CLOAK" command to allow opers to see the cloaked form of any host | Daniel De Graaf |
2010-04-24 | Fix IPv6 cloaking in compatability mode (was using the wrong xtab confusor) | Daniel De Graaf |
2010-04-24 | Add custom suffix support for 2.0-style IP cloaking (default of ".IP") | Daniel De Graaf |
2010-04-21 | typo | Dennis Friis |
2010-04-16 | Possible fix for OpenSSL SendQ processing halts | Daniel De Graaf |
2010-04-16 | Fix crash when a remote server has the same name as we do | Daniel De Graaf |
2010-04-16 | Check maximum length of ban list for local users, not remote | Daniel De Graaf |
2010-04-15 | Fix cloak key being misread in 2.0 cloaking modes | Daniel De Graaf |
2010-04-14 | Add IPV6_V6ONLY support | Daniel De Graaf |
2010-04-11 | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf |
2010-04-05 | Fix typo in argument to valdebug spotted by daemonic. | Dennis Friis |
2010-04-03 | Fix version comparisons in modulemanager so that "core 2.0" will match 2.0.1 | Daniel De Graaf |
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf |