Age | Commit message (Expand) | Author |
2012-05-14 | Fixed parsing FMODE on inspircd 1.1 | Adam |
2012-05-04 | Use Unreal's MLOCK command if supported | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-24 | Fixed build from the previous merge | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-02-26 | Added chanserv:require config option to set which modes must be on all regist... | Adam |
2012-02-26 | Track plexus umode and cmode +C and renamed UMODE_NO_CTCP to match up with th... | Adam |
2012-02-24 | Fixed akill setter and ids showing in akill reasons | Adam |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-19 | Made our message sources actual clients/servers, and put in a few more defaul... | Adam |
2012-02-18 | Use C++11's explicit override feature if available | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-24 | Add tracking for Unreal's usermode +I | Adam |
2012-01-10 | Add support for Unreals extban ~a: | Adam |
2012-01-08 | Fixed topic lock on inspircd | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-12-28 | Fixed this back now unreal sends 0 for non logged in users | Adam |
2011-12-28 | Added ESVID support to unreal32 | Adam |
2011-12-27 | Made capab management a bit simplier | Adam |
2011-11-25 | Remove send_cmd and replace it with a stringstream | Adam |
2011-11-15 | Prevent locking mode Z on unrealircd | Adam |
2011-11-05 | Remove xlines from the IRCd aswell as from our list when the clear command is... | Adam |
2011-11-05 | Set proper expirys on ZLines if the IRCd supports it | Adam |
2011-10-26 | Fixed accidentally clearing botmodes when joins are sent | Adam |
2011-10-19 | Bug #1342 - fixed tracking chmodes in bahamuts sjoin | Adam |
2011-10-18 | Fixed compile errors on release build | Adam |
2011-10-18 | Reorder some stuff in Init & the ts6 proto mods to fix weirdness from bots be... | Adam |
2011-10-14 | Added options:nonicknameownership config option | Adam |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |
2011-09-19 | Fixed /os reload doing weird things to service channels, and allow setting mo... | Adam |
2011-09-10 | Added chanserv/log | Adam |
2011-09-10 | Track what "level" channel status modes are, which allows us to have chanserv... | Adam |
2011-09-08 | Bug #1330 & many other small fixes | Adam |
2011-08-29 | Changed a few fatal exceptions to shutdown a bit more gracefully | Adam |
2011-08-25 | Only match users against the more "serious" extbans (ones which prevent users... | Adam |
2011-08-20 | Fixed zlines to only add the xline host, fixed db_mysql's write function, and... | Adam |
2011-08-18 | Bug #1317 - fixed sha1 fingerprint hashes in the inspircd protocol modules | DukePyrolator |
2011-08-18 | Fixed attaching to events in db_mysql & possibly having ChannelInfo::WhoSends... | Adam |
2011-08-17 | Actually made the nickserv block optional | Adam |
2011-08-12 | Allow bot usermodes to be configurable | Adam |
2011-08-12 | Removed the unused ChannelModeBan code | Adam |
2011-08-09 | Fixed parsing TMODE on ratbox | Adam |
2011-08-07 | Fixed generating sid on startup | Adam |
2011-08-03 | Generate random SIDs for us if one is not specified | Adam |
2011-08-02 | Fixed reintroducing our clients if we disconnect and reconnect to the uplink | Adam |
2011-07-31 | Fixed these ModuleManager::Attach calls once and for all.. | Adam |
2011-07-27 | Bug #1291 - fixed parsing JOIN on ratbox | Adam |
2011-07-26 | A few small fixes | Adam |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |