0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Welp, missed one. More... almost 5 years ago
Merge branch 'master' of https://bitbucket.org/chatlounge/chatservices More... almost 5 years ago
Update various help files related to the NickServ SET NOPASSWORD option to clarify some behavior. More... almost 5 years ago
Missed some umodes in the first round. More... about 6 years ago
modules/protocol/*: White space consistency. More... about 6 years ago
Add better user mode tracking support. More... about 6 years ago
NickServ/cert: Derp. More... about 6 years ago
Add umode_sts for services to change user modes. Doesn't do anything yet. More... about 6 years ago
OperServ/info: One is not plural. Also, remove the awkward descriptions of "0 means ______." More... about 6 years ago
Implement a new style NickServ LIST command, that only lists account names. Move the old LIST command functionality into LISTNICKS. More... about 6 years ago
libathemecore/account: Add accountlist, a list of all NickServ accounts listed alphabetically (irccasecanon). More... about 6 years ago
libathemecore/function: Use new parse_age function in other modules that had similar logic. ChanServ AKICK, OperServ AKILL, OperServ SGLINE, and OperServ SQLINE. More... about 6 years ago
Update libmowgli submodule. More... about 6 years ago
libathemecore/function: parse_age - Implement time specifiers for years for appropriate optional listing criteria for ChanServ LIST and NickServ LIST. More... about 6 years ago
libathemecore/function: Move build_criteriastr, which was duplicated in NS LIST and CS LIST, into function.c. More... about 6 years ago
libathemecore/function: Move parse_age, which was duplicated in NS LIST and CS LIST, into function.c. More... about 6 years ago
nickserv/list: Correct a minor typo in the help text that prevented the REGNOLIMIT criteria from showing up even if nickserv/regnolimit is loaded. More... over 6 years ago
libathemecore/services.c: myuser_login - Log the IP of the remote client in LOGINHISTORY, if available. More... over 6 years ago
NickServ/logout: Add proper HISTORY support. More... over 6 years ago
libathemecore/version.c: The credits in the -v output were in dire need of updates. More... over 6 years ago
NickServ/FGROUP: Introducing the FGROUP command, which registers nicks under other accounts, and/or beyond the NickServ grouped nick limit. More... over 6 years ago
Move NickServ HISTORY failed login support so it's called from libathemecore/services.c - bad_password. More... over 6 years ago
libathemecore/services.c: myuser_login - Call user_show_all_logins in myuser_login as opposed to the various places/ways users are able to login since they all call myuser_login anyway. More... over 6 years ago
Move the NickServ LOGINHISTORY/add_login_history stuff to libathemecore/services.c: myuser_login. Should have done that ages ago. More... over 6 years ago
Import Atheme commits 363cf47 and b64205a. More... over 6 years ago
nickserv/register: Don't echo from registration confirm.; libathemecore/services.c: myuser_login - Remind users of e-mail verification. SASL - Permit an arbitrary number of S2S arguments and indicate if the user is on SSL/TLS. Import Atheme commits b4ef984, b41753f, 7ed5a15, b27e4b6. More... over 6 years ago
Import Atheme commit 7c6c181. Add a conversion tool from ratbox-services to atheme. More... over 6 years ago
Import Atheme commits bebafdf, b2b2798, d0de756, and 2329348. protocol/*: don't compare against a null password.; Ignore the serverinfo:numeric setting on UID-less networks.; Fix "--docdir" ./configure option. More... over 6 years ago
Import Atheme commits 2fee9b4, 34e7565, cf7d4e1, eaed083, cd536fd, 693fff4, and 70e46c0. Add Argon2d password hashing module. More... over 6 years ago
Import Atheme commits 774e0ed, 93f3339, 36ac487, e2ca510, a3c08c6, and f26b1b7. corestorage: fork() before writing the DB. More... over 6 years ago