Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-21 | Shrink nick and channel default flags in db_old, otherwise converted ↵ | Adam | |
nicks/channels always end up with the defaults enabled, even if they explicitly have them set off. Fix setting nickserv defaults to none. | |||
2013-10-28 | Stop requesting identification when changing nicks to a registered nick, and ↵ | Robby- | |
the current client certificate fingerprint matches one on the nickname's list. | |||
2013-10-28 | Fix kill and killquick default expiry times. | Robby- | |
ns_access and ns_cert: Fix accessmax defaults, also state in the config that 0 is not a valid value. | |||
2013-10-28 | Fix some typos and touch up the configs a little. | Robby- | |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator | |
2013-10-05 | Always show expire time for nicks in /ns info to opers, even if the user is ↵ | Adam | |
online Make Anope::strftime show "now" if the time is now Fix typo in nickalias.cpp for the type of the last_seen field, spotted by grawity | |||
2013-10-05 | Fix logging for log type 'other'. | Robby- | |
os_ignore: Log expired ignores to the normal log level. cs_drop: Allow Services Operators to actually drop channels in Read-Only mode. os_akill, os_sxline, cs_akick: Log deletions by number. | |||
2013-09-29 | Fix NickServ default nick expiry time. | Robby- | |
2013-09-27 | Make column titles in listings translatable. | Robby- | |
Make some more strings translatable, and remove some that don't need translation at all. Make expirytimes and units translatable. Make predefined messages in listings also translatable. Make the remaining command descriptions translatable. Make some ns/cs info strings equal to dedupe in translation file. Add missing no-autoop setting to cs info output. Make some strings translatable. | |||
2013-09-27 | Fix typos, remove dead language defines. | Robby- | |
os_set: Add missing debug text in help output. | |||
2013-09-19 | Fix not updating last_seen on expire nick for nicks with secure off. Don't ↵ | Adam | |
show Expires in /ns info if the nick is online currently as it confuses people | |||
2013-08-25 | Fix User::IsIdentified with check_nick, do not remove +r on bursting clients ↵ | Adam | |
until after server sync | |||
2013-08-12 | Fix some issues with suspend | Adam | |
2013-08-01 | Use MessageSource as the source for many IRCDProto funcs | Adam | |
Keep track of what user modes are oper only/server only/etc | |||
2013-07-21 | More validation stuff from fgs | Adam | |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. ↵ | Adam | |
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module. | |||
2013-06-19 | Set vhosts when users id to an account (and not a nick), add account arg to ↵ | Adam | |
user ctor to ease handling users who connect already identified | |||
2013-06-06 | Made the message for unconfirmed nicks relevant to the ns_register ↵ | lethality | |
registration setting | |||
2013-05-28 | Don't compare system time to a users timestamp to determine when to collide ↵ | Adam | |
with a user, if the time on services vs the ircd are different it does weird things | |||
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-15 | do not validate nicks from ulined servers. this also fixes bug #1521 | DukePyrolator | |
2013-05-07 | Fix setting some default flags, reading fantasy blocks, and minusers setting ↵ | Adam | |
being off by 1 | |||
2013-05-05 | That doesn't work either, just don't use references. | Adam | |
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \; | |||
2013-05-05 | Move module header files to include/modules to fix naming conflicts with ↵ | Adam | |
system headers | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-04-07 | Optimizations of much of the more commonly used code | Adam | |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to ↵ | Adam | |
really work | |||
2013-02-14 | Switch Destroy methods to delete | Adam | |
2013-01-21 | Merge usefulness of Flags and Extensible classes into Extensible, made most ↵ | Adam | |
flags we have juse strings instead of defines/enums | |||
2013-01-13 | Allow grouping commands to make help output easier to comprehend | Adam | |
2013-01-09 | Update copyright to 2013. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-2012 Anope Team/-2013 Anope Team/i' {} \; | |||
2013-01-06 | Buggy compilers are buggy | Adam | |
2013-01-03 | Move enforcer checks on nick and logout to nickserv.cpp | Adam | |
2013-01-03 | Don't delete users immediately when quit or killed, instead wait until ↵ | Adam | |
message processing is done | |||
2013-01-02 | Move nickserv validate stuff to an event in nickserv.cpp | Adam | |
2012-12-28 | Use the same object for chanusercontainer and userchancontainer | Adam | |
2012-12-19 | Having these references to bots bugged out older compilers, so simplify this ↵ | Adam | |
by just moving pointers to the core | |||
2012-11-24 | Make the actual clients into services too | Adam | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-11-01 | Expand options:hideprivilegedcommands to not show commands requiring ↵ | Adam | |
authentication to unidentified users | |||
2012-10-26 | Add nickserv:modesonid config option to set what modes users get on identify | Adam | |
2012-10-14 | Better clarify signon vs timestamp and allow updating users timestamp to an ↵ | Adam | |
ircd given value from NICK | |||
2012-10-08 | Fix fantasy !help & give it its own help header, not ChanServ's | Adam | |
2012-10-02 | Don't unassociate accounts with users on nick changes | Adam | |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam | |
2012-09-07 | Allow configuring killquick and kill delays | Adam | |
2012-09-02 | Fix Windows | Adam | |
2012-06-18 | Allow userless command sources | Adam | |