ergo/irc
Shivaram Lingamneni be4d098945 fix an edge case in skeletonization
'm' skeletonizes to 'rn' (but is exempted by the isBoring check),
but the fullwidth 'm' does not skeletonize to anything. The root cause
of this is the (still unexplained) patchiness of the skeleton mapping
for fullwidth -> standard-width Latin characters; the fix is to perform
width mapping first, before either skeletonization or isBoring.
2019-06-18 02:34:16 -04:00
..
caps Merge pull request #525 from slingamn/autobrb.8 2019-06-10 01:12:40 +10:00
cloaks give cloaks their own package 2019-05-12 04:03:50 -04:00
connection_limits remove more indirections 2019-05-12 20:57:53 -04:00
custime dline/kline: Allow year/month/day durations 2017-03-07 19:56:21 +10:00
history review fixes 2019-05-11 21:48:36 -04:00
isupport load isupport directly into the config object 2019-05-10 00:32:10 -04:00
languages upgrade message-tags to non-draft version 2019-03-07 04:31:08 -05:00
logger pointless optimizations to the logger 2019-01-01 16:43:35 -05:00
mkcerts Move mkcerts package under lib/ 2018-02-04 05:34:26 +10:00
modes add some testing 2019-05-27 16:10:10 -04:00
passwd refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
sno Only allow valid snomasks to be set 2018-04-16 13:20:37 +10:00
utils fix #527 2019-05-27 15:51:28 -04:00
accounts.go fix #410 2019-05-29 04:43:13 -04:00
channel.go fix #536 2019-05-31 14:39:21 -04:00
channelmanager.go fix #537 2019-05-30 05:40:18 -04:00
channelreg.go refactor channel registration 2019-03-12 04:16:16 -04:00
chanserv.go implement user preferences system 2019-05-19 06:17:30 -04:00
client.go Merge pull request #546 from slingamn/issue536.3 2019-06-10 01:13:02 +10:00
client_lookup_set.go be more pedantic about distinguishing skeletons and casefolds 2019-05-24 13:09:56 -04:00
commands.go changes from discussion 2019-05-29 07:37:57 -04:00
config.go fix #537 2019-05-30 05:40:18 -04:00
constants.go bump to 1.1.0-rc1 2019-06-12 05:25:10 -04:00
database.go implement user preferences system 2019-05-19 06:17:30 -04:00
dline.go normalize most times in the app to UTC 2019-05-12 20:57:53 -04:00
errors.go be more pedantic about distinguishing skeletons and casefolds 2019-05-24 13:09:56 -04:00
fakelag.go remove indirections in Fakelag and NickTimer 2019-03-08 05:36:54 -05:00
fakelag_test.go remove indirections in Fakelag and NickTimer 2019-03-08 05:36:54 -05:00
gateways.go pass the correct quit message when a proxied client is banned 2019-05-13 02:19:00 -04:00
getters.go simplify "client dead" logic in AddSession 2019-05-28 04:56:56 -04:00
handlers.go Merge pull request #525 from slingamn/autobrb.8 2019-06-10 01:12:40 +10:00
help.go Merge remote-tracking branch 'origin/master' into brb.5 2019-05-22 03:29:18 -04:00
hostserv.go fix #410 2019-05-29 04:43:13 -04:00
idletimer.go fix #518 2019-05-27 06:10:39 -04:00
kline.go normalize most times in the app to UTC 2019-05-12 20:57:53 -04:00
legacy.go refactor the password hashing / password autoupgrade system 2018-08-06 02:26:21 -04:00
misc_test.go support znc.in/playback 2019-05-20 19:08:57 -04:00
modes.go Merge pull request #509 from slingamn/brb.5 2019-05-24 11:06:11 +10:00
modes_test.go fix #400 2019-04-28 02:48:19 -04:00
monitor.go implement draft/resume-0.4 2019-05-21 22:36:37 -04:00
nickname.go be more pedantic about distinguishing skeletons and casefolds 2019-05-24 13:09:56 -04:00
nickserv.go review fix 2019-05-29 05:06:40 -04:00
numerics.go fix #516 2019-05-23 21:21:36 -04:00
responsebuffer.go fix #387 2019-05-15 01:30:21 -04:00
resume.go implement draft/resume-0.4 2019-05-21 22:36:37 -04:00
roleplay.go strip out the +a away mode 2019-04-28 15:12:48 -04:00
semaphores.go fix some issues found with staticcheck.io 2019-05-10 01:44:14 -04:00
server.go fix #516 2019-05-23 21:21:36 -04:00
services.go fix #410 2019-05-29 04:43:13 -04:00
snomanager.go remove more indirections 2019-05-12 20:57:53 -04:00
socket.go fix a race condition 2019-05-22 16:42:25 -04:00
stats.go refactor channel registration 2019-03-12 04:16:16 -04:00
strings.go fix an edge case in skeletonization 2019-06-18 02:34:16 -04:00
strings_test.go fix an edge case in skeletonization 2019-06-18 02:34:16 -04:00
types.go upgrade message-tags to non-draft version 2019-03-07 04:31:08 -05:00
whowas.go refactor channel registration 2019-03-12 04:16:16 -04:00
whowas_test.go refactor channel registration 2019-03-12 04:16:16 -04:00
znc.go fix #536 2019-05-31 14:39:21 -04:00