| Commit message (Expand) | Author | Age | Files | Lines |
| * | libathemecore/function: parse_age - Implement time specifiers for years for a... | Ben C | 2018-02-17 | 1 | -1/+3 |
| * | libathemecore/function: Move build_criteriastr, which was duplicated in NS LI... | Ben C | 2018-02-17 | 1 | -0/+16 |
| * | libathemecore/function: Move parse_age, which was duplicated in NS LIST and C... | Ben C | 2018-02-17 | 1 | -1/+24 |
| * | BotServ/set_saycaller: Add SET SAYCALLER command. Import Atheme commits 0b16... | Ben C | 2017-10-11 | 1 | -1/+1 |
| * | Import Atheme commits 87f25f5 and 08012f1. | Ben C | 2017-10-07 | 1 | -75/+80 |
| * | Import Atheme commit 4d7df1c | Ben C | 2017-08-26 | 1 | -2/+2 |
| * | libathemecore/function: Make random_string vastly more random. | Ben C | 2017-07-17 | 1 | -2/+3 |
| * | libathemecore/function: naturalareacode_encode should use 30, not 36. | Ben C | 2016-05-22 | 1 | -1/+1 |
| * | libathemecore/function.c: Add naturalareacode_{en|de}code functions. | Ben C | 2016-05-18 | 1 | -0/+24 |
| * | function.c: Add base36_{en|de}code functions. | Ben C | 2016-04-18 | 1 | -0/+23 |
| * | libathemecore/function.c/validtopic and libathemecore/string.c/strip_ctrl sho... | Ben C | 2016-03-28 | 1 | -0/+1 |
| * | libathemecore\function.c: Add check_not_enough_non_wildcard_chars function - ... | Ben C | 2016-03-28 | 1 | -0/+42 |
| * | Default ChanServ channel setting flags are now presented in OS INFO and just ... | Ben C | 2016-03-14 | 1 | -0/+31 |
| * | Default NickServ account flags are now presented in OS INFO and just after a ... | Ben C | 2016-03-14 | 1 | -1/+33 |
| * | From upstream - When sending email, use a nicer entity name if available. - m... | Ben C | 2014-10-19 | 1 | -2/+2 |
| * | Add UF_SERVICE user flag and some support in proto modules | Alex Iadicicco | 2014-08-06 | 1 | -0/+8 |
| * | libathemecore: is_founder(): remove overzealous assert (closes #343) | William Pitcock | 2014-08-02 | 1 | -1/+2 |
| * | Remove all trailing whitespace | Rylee Fowler | 2014-07-08 | 1 | -2/+2 |
| * | core: time_ago(): make output much shorter (1d 2h 3m 4s) | Mantas Mikulėnas | 2014-06-21 | 1 | -7/+6 |
| * | core: time_ago(): skip seconds for >1w durations•••Make the output shorter. Once it reaches months or even years,
one-second precision isn't that useful anymore.
| Mantas Mikulėnas | 2014-06-21 | 1 | -2/+2 |
| * | Fixed resource leak in libathemecore/function.c | Parted Cloud | 2014-02-20 | 1 | -0/+4 |
| * | libathemecore, *serv: unify all three copies of create_challenge()•••Should've done this earlier, I guess.
| Mantas Mikulėnas | 2013-10-09 | 1 | -0/+19 |
| * | libathemecore: Disallow ban masks starting with a colon more cleanly.•••Formerly, validhostmask() accepted things like :test!*@* which were then
rejected by chanban_add() (because they break the protocol) but this did
not provide a clear error message, and pretty_mask() changed things like
:test to *!*@*.
| Jilles Tjoelker | 2013-05-20 | 1 | -4/+5 |
| * | Changing -r to -f (standard for most MTAs) | ozzy2345 | 2012-11-14 | 1 | -1/+1 |
| * | Adding envelope sender address | ozzy2345 | 2012-11-10 | 1 | -1/+1 |
| * | email: Don't compare pointers to a string literal. | Jilles Tjoelker | 2012-10-28 | 1 | -2/+2 |
| * | email: Fix some -Wshadow warnings. | Jilles Tjoelker | 2012-10-28 | 1 | -2/+2 |
| * | libathemecore: replace &nicksvs& and friends in outbound e-mail. | William Pitcock | 2012-10-26 | 1 | -0/+9 |
| * | libathemecore: add combine_path() function | William Pitcock | 2012-10-19 | 1 | -0/+14 |
| * | libathemecore: fix compile error caused by git going mental | William Pitcock | 2012-10-14 | 1 | -1/+1 |
| * | libathemecore: strip bad data from e-mail templates | William Pitcock | 2012-10-14 | 1 | -0/+2 |
| * | libathemecore: replace &sourceinfo&. | William Pitcock | 2012-10-14 | 1 | -1/+3 |
| * | Merge branch 'stricter-email-checking' of git://github.com/marienz/atheme | William Pitcock | 2012-10-08 | 1 | -15/+52 |
| |\ |
|
| | * | Make email_canonicalizer_t take a mutable buffer (again). | Marien Zwart | 2012-10-05 | 1 | -15/+6 |
| | * | Fix canonicalize_emails prototype. | Marien Zwart | 2012-10-05 | 1 | -1/+1 |
| | * | Rework email_canonicalize to not abuse the hook system. | Marien Zwart | 2012-10-03 | 1 | -14/+60 |
| * | | libathemecore: use MOWGLI_OS_WIN instead of _WIN32 check (this allows buildin... | William Pitcock | 2012-10-05 | 1 | -3/+3 |
| |/ |
|
| * | Merge branch 'stricter-email-checking' of git://github.com/marienz/atheme | William Pitcock | 2012-10-02 | 1 | -0/+80 |
| |\ |
|
| | * | Brown-paper-bag fix for previous commit: use strshare_get, not strshare_ref. | Marien Zwart | 2012-09-30 | 1 | -1/+1 |
| | * | Make canonicalize_email return a shared string.•••All current callers (and probably most future callers) immediately
strshare the result (not just for memory efficiency, but also so they
can do a direct pointer-comparison to other canonical email
addresses), and according to nenolod there is no good reason to avoid
strshare even for callers that do not need it.
| Marien Zwart | 2012-09-30 | 1 | -11/+11 |
| | * | Use the canonical email address when checking for registration limits. | Marien Zwart | 2012-09-29 | 1 | -4/+13 |
| | * | Store "canonical" email addresses, generated through a hook.•••They are not actually used for anything just yet.
| Marien Zwart | 2012-09-29 | 1 | -0/+40 |
| | * | Tidy up email_within_limits following review comments from nenolod.•••Use an inline loop instead of a callback and rename some variables.
| Marien Zwart | 2012-09-29 | 1 | -24/+18 |
| | * | Move email registration limit checking to libathemecore, call from set_email. | Marien Zwart | 2012-09-25 | 1 | -0/+37 |
| * | | escape backslashes in email To: fields; they're special according to rfc2921 | Stephen Bennett | 2012-10-01 | 1 | -0/+2 |
| |/ |
|
| * | email: Restore the network name in the subject field. | Jilles Tjoelker | 2012-09-19 | 1 | -0/+1 |
| * | libathemecore: quote 'from' and 'to' addresses. (closes #32) | William Pitcock | 2012-09-19 | 1 | -2/+2 |
| * | libathemecore: refactor sendemail() function | William Pitcock | 2012-09-19 | 1 | -79/+27 |
| * | libathemecore: allow customization of the from address for e-mails originatin... | William Pitcock | 2012-09-10 | 1 | -2/+3 |
| * | libathemecore: validemail() minimum limit should be 4 characters to allow for... | William Pitcock | 2012-07-08 | 1 | -2/+2 |