Age | Commit message (Expand) | Author |
2014-03-19 | cs_set_misc: Add missing override capability for services operators, and logg... | Robby- |
2014-03-13 | Do not allow users to add certs that other users are using. Only allow adding... | Adam |
2014-03-10 | Merge pull request #64 from ShutterQuick/2.0+hsgroupsync | Adam |
2014-03-09 | Make nickserv/glist show the correct expire time for unconfirmed nicks | Adam |
2014-03-09 | Add missing space to session exception expiration message | Adam |
2014-03-09 | Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass de... | Adam |
2014-03-06 | ns_group: Don't require a nick param when logged in | Daniel Vassdal |
2014-03-06 | hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be pe... | Daniel Vassdal |
2014-03-04 | Fix 2 crashes from removing the permanent channel mode from channels which do... | Adam |
2014-03-01 | When unserializing channels with persist, set their ts=now. If we are suppose... | Adam |
2014-03-01 | Export interface for cs_entrymsg | Adam |
2014-03-01 | Make chanserv/invite show who invited you | Adam |
2014-03-01 | When unserializating channels and persist is set, only assign chanserv if the... | Adam |
2014-03-01 | Do not enforce mlock when enforcing mlock | Adam |
2014-03-01 | Do not allow changing the email of unconfirmed accounts | Adam |
2014-02-28 | Allow svsjoin/svspart on yourself | Adam |
2014-02-27 | Allow registration=mail forceemail=false to work, and simply give fully regis... | Adam |
2014-02-27 | Do not take modes from users in channels with secureops off if we are always ... | Adam |
2014-02-23 | webcpanel: Update copyright year. | Robby- |
2014-02-22 | Store a cert->account map and use it for SASL EXTERNAL and certfp auth | Adam |
2014-02-21 | Add some missing serial updates in os_dns | Adam |
2014-02-17 | Fix os_ignore to work correctly with SQL | Adam |
2014-02-17 | Move most of the implementation details out of os_forbid.h, fixes crashing if... | Adam |
2014-02-17 | Fix not applying ipv[46]_cidr to connecting clients in os_session, #1573 | Adam |
2014-02-11 | Make initial registration notices with mail less repetitive | Adam |
2014-02-11 | Fix flags +* or -* sometimes incorrectly reporting opers as overriding when t... | Adam |
2014-02-11 | ns_suspend: Show the setter of the suspension and the reason when manually un... | Robby- |
2014-02-11 | os_modinfo: Add ability to list only extra modules. | Robby- |
2014-02-09 | Add an opertype priv "protected" to not allow services to kick a user. | Adam |
2014-02-09 | Log memoserv/sendall | Adam |
2014-02-07 | Allow other modules to suspend nicknames and channels without having to subcl... | Adam |
2014-02-07 | Allow other modules to be able to view and modify cs and ns set_misc data | Adam |
2014-02-07 | Update cs_updown.cpp | ShutterQuick |
2014-02-05 | Process mode changes in ns_ajoin before joining users, fixes not being able t... | Adam |
2014-02-03 | Actually just allow mode clear to take any mode name | Adam |
2014-02-03 | Fix typo in mode clear, exempts -> excepts | Adam |
2014-02-02 | Apply the last commit to cs_list | Adam |
2014-02-01 | ns_list: Fix typo (NS_SUSPENDED -> SUSPENDED) | Daniel Vassdal |
2014-02-01 | ns_ajoin: Treat ',' as a separator. | Daniel Vassdal |
2014-01-26 | Fix cs_clone allowing users to clone a channel to itself | Attila Molnar |
2014-01-26 | Correct error message in gl_global to reference the right module | Adam |
2014-01-21 | Unbreak account stuff from commit ccae59430ab50393f43ccc38a6a6c0c24191b601. | Adam |
2014-01-09 | Fix repeat kicker message to show the correct number of times a user can say ... | Adam |
2014-01-09 | Fix empty ttb in bs kick repeat on | Adam |
2014-01-09 | Hook to OnUserLogin instead of OnNickIdentify in ns_ajoin | Adam |
2014-01-09 | Remove help access levels from help output because it no longer exists | Adam |
2014-01-06 | Fix compile with -std=c++11 | Adam |
2014-01-06 | Hide +s channels from /cs list output to non opers | Adam |
2014-01-06 | Add the channel name to reply of cs-status, useful for applications | Daniel Oaks |
2014-01-04 | Make /cs status use the chanserv/auspex privilege instead of chanserv/access/... | Adam |