Age | Commit message (Expand) | Author |
2010-09-04 | Fix crash in m_silence when provided with a bad pattern (bug #79) | Daniel De Graaf |
2010-09-04 | Fix crash on matching j:@#chan ban when the user is not in the channel | Daniel De Graaf |
2010-09-03 | Fix resolved hostname not being changed when WEBIRC passes a hostname longer ... | Daniel De Graaf |
2010-08-28 | Prevent setting mode -H if already unset, bug #74 | Daniel De Graaf |
2010-08-17 | Clarify null character append in m_cloaking (fixes compiler warning) | Daniel De Graaf |
2010-08-11 | Also tidy masks being removed, fixes bug #70 | Daniel De Graaf |
2010-08-11 | Fix NotifyOpers setting not being applied correctly | Daniel De Graaf |
2010-08-08 | Stop hiding users when a prefix is set on them, fixes apparent desyncs | Jens Voss |
2010-08-08 | Don't try to tidy m_autoop entries (fixes extra !*@*) | Daniel De Graaf |
2010-08-04 | Fix $md5pass and $sha256pass in SQL queries | Daniel De Graaf |
2010-08-03 | Fix m_opermodes.so sending modes for unintroduced clients with oper autologin... | Adam |
2010-08-03 | Use the remote channel's capitalization on a losing TS merge | Daniel De Graaf |
2010-08-03 | Allow halfops to remove their own halfop status | Daniel De Graaf |
2010-07-30 | Fix incorrect default on <alias:channelcommand> | Daniel De Graaf |
2010-05-16 | Fix umode -r on nick change being denied by permission check | 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 | Send HALFOP= line in CAPAB CAPABILITIES for 1201 compat (anope relies on this) | Daniel De Graaf |
2010-04-29 | Don't use an empty direction when receiving a sourceless server command | 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-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-11 | Prevent using invalid UIDs and enforce UID/SID matching | Daniel De Graaf |
2010-04-02 | Use FindNickOnly in a few commands to prevent enumerating users via UID walking | Daniel De Graaf |
2010-03-31 | Remove unneeded inet_aton call | Daniel De Graaf |
2010-03-31 | Allow E:lines to make users exempt from DNSBL checks | Daniel De Graaf |
2010-03-27 | Add debouncing to m_cloaking, and fix cloak of hosts without dots | Daniel De Graaf |
2010-03-23 | Fix CommandFloodPenalty overflow on connect | danieldg |
2010-03-23 | Change 2.0 cloak function to use variable-length segments | danieldg |
2010-03-22 | A few minor fixups | danieldg |
2010-03-22 | Fix MySQL crash on module unload with empty query queue | danieldg |
2010-03-22 | Move some unused modules to -extras | danieldg |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-03-19 | Add RAWIO log level which is more verbose than DEBUG | danieldg |
2010-03-19 | Add configuration options to m_invisible | danieldg |
2010-03-13 | Fix uninit pointer on MySQL initial connection | danieldg |
2010-03-13 | Handle database not present a bit better, add missing MySQL rehash on init | danieldg |
2010-03-13 | Change SQLv3 to format queries during submission, not before | danieldg |
2010-03-13 | Add OnUnloadModule hook to MySQL | danieldg |
2010-03-13 | Change lockserv emergency unlock procedure, and add one for jumpserver [jackm... | danieldg |
2010-03-13 | Convert MySQL to SQLv3 | danieldg |
2010-03-13 | Implement OnUnloadModule for postgres | danieldg |
2010-03-13 | Convert pgsql to SQLv3 | danieldg |
2010-03-10 | Clean up /WHO output for auditorium channels | danieldg |
2010-03-07 | Change "CAP *" reply to "CAP $nick", which is the intended use of the parameter | danieldg |