Age | Commit message (Expand) | Author |
2013-03-21 | Merge branch '1.9' of github.com:anope/anope into 1.9 | Adam |
2013-03-21 | Properly cleanup after entrymsglists and ajoinlists when destructed | Adam |
2013-03-20 | Merge pull request #13 from attilamolnar/1.9+inspversionfix | Adam |
2013-03-20 | Check that channels still exist before nulling their ci pointer in channelinf... | Adam |
2013-03-19 | InspIRCd: Don't reply to VERSION | attilamolnar |
2013-03-18 | Add db_sql:import config option so we can know for sure whether or not we wan... | Adam |
2013-03-16 | Remove remaining disable_ns_register references in example config | Adam |
2013-03-16 | Have db_flatfile store object ids if they are set, even though it doesn't use... | Adam |
2013-03-15 | Allow autokicking real names, extbans, and channels | Adam |
2013-03-15 | Fix missing dependencies message to include the source folder, there is no sp... | Adam |
2013-03-13 | Refactor mask/entry code, allow full matching (against users real host/ip) if... | Adam |
2013-03-13 | Allow opers to override chanserv kick/ban, botserv say/act, and akick's peace... | Adam |
2013-03-13 | Allow m_ldap_authentication to block email changes if emails are controlled b... | Adam |
2013-03-03 | update the users password after a successful ldap authentication | DukePyrolator |
2013-03-03 | improved the operserv mode command | DukePyrolator |
2013-03-02 | Fix compile warning in webcpanel/memos | Adam |
2013-03-02 | Fix build with -std=c++11 | Adam |
2013-03-02 | Fix /ns drop nick showing "your nick" and not the nick you specified if the n... | Adam |
2013-03-02 | Fixed logic fail in /ns resend | Adam |
2013-03-01 | Fix Windows build | Adam |
2013-03-01 | Don't have cs_seen update data for users on syncing servers | Adam |
2013-02-28 | Fix entrymsg's creation time being reset from restarts | Adam |
2013-02-25 | Don't enforce session limit on clients with no IP on Unreal, fix typo in /cs ... | Adam |
2013-02-24 | Allow /cs up and /cs down to take an optional nick arg | Adam |
2013-02-24 | fixed wrong parameter count in cs_updown | DukePyrolator |
2013-02-23 | Add SVSNICK and SVSHOLD to hybrid | Adam |
2013-02-23 | Revert "do not send RESV from operserv when its not introduced" | DukePyrolator |
2013-02-23 | Add missing SVSHold funcs to plexus protocol module | Adam |
2013-02-23 | Fix akick list/view not showing masks sometimes | Adam |
2013-02-23 | do not send RESV from operserv when its not introduced | DukePyrolator |
2013-02-22 | This OnServerSync event hook in inspircd20 can go away (it does nothing curre... | Adam |
2013-02-20 | Add Matthew to webpanel credits, fix alignment of akill list | Adam |
2013-02-20 | Merge pull request #12 from MatthewM/webcpanel | Adam |
2013-02-20 | Add /cs mode clear command that behaves like the old /cs clear modes/bans/etc | Adam |
2013-02-19 | Allow /os mode clear [all] to unset modes, similar to old clearmodes | Adam |
2013-02-19 | Merge branch '1.9' of github.com:anope/anope into 1.9 | Adam |
2013-02-19 | Fix some OpenBSD build issues, and bugs #1485 #1486 #1487 | Adam |
2013-02-19 | fixed a typo in the last SASL commit | DukePyrolator |
2013-02-17 | SASL sends AUTHFAIL on unsupported mechanisms, fixes bug #1482 | DukePyrolator |
2013-02-16 | InsIRCd only sends QUIT on KILL for users 1 hop from us, so always internally... | Adam |
2013-02-16 | Fix missing CheckInit check in db_sql_live | Adam |
2013-02-15 | Fix setting modes on botserv bots in channels that have other bots in them on... | Adam |
2013-02-15 | Store hashes of the last commit instead of the last commit | Adam |
2013-02-15 | Fixed unserializing servers in dns zones | Adam |
2013-02-14 | Switch Destroy methods to delete | Adam |
2013-02-14 | This Serialize::Destroy method isn't actually needed anymore. Fixes weirdness... | Adam |
2013-02-14 | Magiobiwan is silly | Adam |
2013-02-14 | Made chanserv/unban with no parameters unban you in every channel you have ac... | Adam |
2013-02-14 | Fix CommandCSMode::CanSet letting everyone set voice | Adam |
2013-02-14 | Store what channels have references to accounts in NickCore to prevent having... | Adam |