3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-04-21 07:17:57 +02:00

Commit Graph

  • 86957d4392 socket: Fix quitting Daniel Oaks 2017-04-17 22:35:25 +10:00
  • 7aaa30d399 Setup 0.7.3-unreleased for next release Daniel Oaks 2017-04-17 21:59:53 +10:00
  • 9264ffc857 Release v0.7.2 v0.7.2 Daniel Oaks 2017-04-17 21:16:22 +10:00
  • 121269661b socket: Make closing work a little better Daniel Oaks 2017-04-17 21:02:34 +10:00
  • e0035dfa04 types: Make ChannelNameMap use mutexes to fix crash Daniel Oaks 2017-04-17 21:01:39 +10:00
  • ff3a864aa3 accountreg: Fix crash Daniel Oaks 2017-04-17 21:00:49 +10:00
  • 9a94121281 JOIN: Fix a dumb bug. Really dumb bug. Daniel Oaks 2017-04-17 20:28:01 +10:00
  • 88b5dd5621 Fix misspelling Daniel Oaks 2017-04-16 11:36:33 +10:00
  • 166cddecb1 Fix nits Daniel Oaks 2017-04-16 11:35:44 +10:00
  • 22216d4d60 Fix lots of nits Daniel Oaks 2017-04-16 11:31:33 +10:00
  • 8ba0bf347d Setup 0.7.2-unreleased for next release Daniel Oaks 2017-04-16 10:59:31 +10:00
  • 511da5b434 Release v0.7.1 v0.7.1 Daniel Oaks 2017-03-28 17:33:08 +10:00
  • 0046025d60 Enable chanmode +r, fix bug with registering channels Daniel Oaks 2017-03-28 17:32:03 +10:00
  • 317a804644 Fix dates at top of source files Daniel Oaks 2017-03-27 22:15:02 +10:00
  • 99fd9af432 Setup 0.8.0-unreleased for next release Daniel Oaks 2017-03-27 22:07:11 +10:00
  • 1741a0fad1 Release v0.7.0 v0.7.0 Daniel Oaks 2017-03-27 14:53:50 +10:00
  • 013635a827 channel: Give founder mode if channel already exists and founder joins Daniel Oaks 2017-03-27 14:52:34 +10:00
  • 127d0ff681 changelog: Document changes Daniel Oaks 2017-03-27 14:41:50 +10:00
  • 451c40f170 WHO: Fix a small hang Daniel Oaks 2017-03-27 14:30:00 +10:00
  • 6aebd4aad9 channel: Add comments, fix a small bug with moderated mode Daniel Oaks 2017-03-27 14:29:51 +10:00
  • 479cd376d2 developing: Add advice for debugging hangs Daniel Oaks 2017-03-27 14:29:30 +10:00
  • 300d02bd9c channel: Kill a race condition that locked up the server. Daniel Oaks 2017-03-26 22:11:09 +10:00
  • cec3416eae modes: Kill a crash Daniel Oaks 2017-03-26 22:09:46 +10:00
  • a8e13b062b logger: Make safer to avoid file write races Daniel Oaks 2017-03-26 21:41:52 +10:00
  • 861b65eb39 channels: Automagically save channel bans/excepts/invites Daniel Oaks 2017-03-26 20:37:13 +10:00
  • 1798572015 Add comments Daniel Oaks 2017-03-25 09:19:13 +10:00
  • b4b120a83e nickserv: Point towards /HELP REG since not implemented yet Daniel Oaks 2017-03-24 21:59:13 +10:00
  • 91fab3ba55 socket: Better deal with chanfloods Daniel Oaks 2017-03-24 21:54:22 +10:00
  • aad1070633 client: Unlock channel mutex earlier Daniel Oaks 2017-03-24 21:54:06 +10:00
  • e34475d536 Merge branch 'master' into devel+chanserv Daniel Oaks 2017-03-24 21:25:37 +10:00
  • f5eeca5339 channel: Fix not being able to Part Daniel Oaks 2017-03-24 21:24:51 +10:00
  • 194411716d channel: Automagically save topic updates on registered channels Daniel Oaks 2017-03-24 13:44:54 +10:00
  • 70b7606996 config: Allow enabling/disabling channel reg Daniel Oaks 2017-03-24 12:52:38 +10:00
  • ea748a9f7b readme: Add note about updating and password gen Daniel Oaks 2017-03-24 12:43:55 +10:00
  • 580385392a channel: Alert of given modes (+o/+q) on join Daniel Oaks 2017-03-24 12:38:07 +10:00
  • 6842d2ead6 Merge master Daniel Oaks 2017-03-24 12:29:13 +10:00
  • 05074e966d modes: Continue overhauling Daniel Oaks 2017-03-24 12:23:21 +10:00
  • 03fc6f767e changelog: Note new socket handling Daniel Oaks 2017-03-23 12:17:31 +10:00
  • f5536d7945 socket: Add a simple println when SendQ exceeded, config comment update Daniel Oaks 2017-03-23 12:12:39 +10:00
  • c3be2d0d46 socket: Fixup sending code so we can support more connections Daniel Oaks 2017-03-23 12:07:23 +10:00
  • f29a5f0e70 socket: Very initial SendQ limit Daniel Oaks 2017-03-14 08:12:39 +10:00
  • de4db1c6ef socket: Start overhaul of sockets and writing Daniel Oaks 2017-03-13 23:53:21 +10:00
  • 73d406ccd6 logger: Don't output control chars on log files Daniel Oaks 2017-03-13 23:52:28 +10:00
  • 657ed644cb modes: Start overhauling modes Daniel Oaks 2017-03-13 08:08:18 +10:00
  • b33b217fab Add very initial ChanServ and NickServ virtual clients Daniel Oaks 2017-03-11 22:01:40 +10:00
  • 439331cfb8 logger: Move to separate package, make *much* nicer Daniel Oaks 2017-03-10 22:02:08 +10:00
  • ef9acf53f8 vendor: Update submodules Daniel Oaks 2017-03-10 21:27:28 +10:00
  • 7bb53af44e logger: Enable Windows support, properly lock writing to stderr Daniel Oaks 2017-03-10 12:27:05 +10:00
  • 62c3159ce1 changelog: Note new config changes Daniel Oaks 2017-03-09 19:20:35 +10:00
  • 37171bf1ad config: Betterise words and duration example Daniel Oaks 2017-03-09 19:15:32 +10:00
  • fb4e8ab6c0 config: Use sane STS defaults Daniel Oaks 2017-03-09 19:12:53 +10:00
  • 531cf675c8 rehash: Add note about cap del/new order Daniel Oaks 2017-03-09 19:09:58 +10:00
  • 5c38800a02 config: Advertise STS draft, fix subsequent REHASHing Daniel Oaks 2017-03-09 19:07:35 +10:00
  • 0675b09c88 readme: Simplify and cut down a bunch Daniel Oaks 2017-03-08 22:19:40 +10:00
  • 25a373b7eb logger: Add notice on connection when server is logging all I/O Daniel Oaks 2017-03-08 21:57:31 +10:00
  • f1bf73c249 changelog: Add update Daniel Oaks 2017-03-08 21:51:56 +10:00
  • 3d597a4fb3 accounts: Login to accounts properly Daniel Oaks 2017-03-08 21:50:12 +10:00
  • 27e36e4c6a developing: Add note that Vendetta is broken on Windows Daniel Oaks 2017-03-08 21:37:53 +10:00
  • 0c86c454c2 dline/kline: Allow year/month/day durations Daniel Oaks 2017-03-07 19:56:21 +10:00
  • 8834de5b32 rest: Expose DLINEs and KLINEs as xlines Daniel Oaks 2017-03-07 19:55:14 +10:00
  • 1b92f9e93f developing: Add instructions for updating vendor/ Daniel Oaks 2017-03-06 22:21:27 +10:00
  • d2b7e53f2e vendor: Update submodules Daniel Oaks 2017-03-06 22:18:28 +10:00
  • 5de03f2169 logging: Reverse arrows for in and out, in ~= left, out ~= right Daniel Oaks 2017-03-06 22:12:27 +10:00
  • b328a4fcd3 logging: Add userinput and output, fix up lots Daniel Oaks 2017-03-06 22:11:10 +10:00
  • 415a8117ee logger: Better colours and output Daniel Oaks 2017-03-06 20:15:28 +10:00
  • 3d443339e5 logger: Initial colours Daniel Oaks 2017-03-06 16:28:38 +10:00
  • 29e89b16a0 logger: Very initial working new logs Daniel Oaks 2017-03-06 15:50:23 +10:00
  • 45dd882ec4 logger: Make new logger Daniel Oaks 2017-03-06 15:16:00 +10:00
  • 1ddeec9225 config: Parse logger config Daniel Oaks 2017-03-06 13:31:10 +10:00
  • a982d965f1 logger: New logging config Daniel Oaks 2017-03-06 13:08:46 +10:00
  • ba0f291e20 logger: Initial new logger Daniel Oaks 2017-03-06 13:05:33 +10:00
  • 3058161f62 config: Fix accounts registration/authentication Daniel Oaks 2017-03-06 09:43:52 +10:00
  • d1cb4b9b37 server: Bunch of nits Daniel Oaks 2017-03-06 09:27:08 +10:00
  • 542503f63e ws: Up the read/write buffer size Daniel Oaks 2017-03-06 09:26:54 +10:00
  • 9f6c4363b7 USERHOST: Clean up a bit, support multiple nicks Daniel Oaks 2017-03-06 09:14:15 +10:00
  • b3a54cbb2c Merge branch 'master' of https://github.com/DanielOaks/oragono #93 vegax87 2017-02-09 12:23:10 +01:00
  • 0d8a445c7b Merge pull request #95 from martinlindhe/master Daniel Oaks 2017-02-08 07:06:02 +10:00
  • 730d283201 server-time: convert local time to UTC before using it, fixes #94 #95 Martin Lindhe 2017-02-07 01:37:32 +01:00
  • ef7c94e109 removed blank lines vegax87 2017-01-23 23:49:41 +01:00
  • a623d8ef1e Solved! RPL_USERHOST must use trailing vegax87 2017-01-23 21:20:42 +01:00
  • 2ff48a7088 I forgot a little typo vegax87 2017-01-23 18:51:09 +01:00
  • 1bb9502206 I don't understand why USERHOST is working with spaces... vegax87 2017-01-23 18:49:42 +01:00
  • f3c9c2b4b5 USERHOST command vegax87 2017-01-23 17:44:35 +01:00
  • 9e65d9b87e Add SAMODE command, restricted by oper capab Daniel Oaks 2017-01-23 09:36:13 +10:00
  • c8b5fb65e0 WHOIS: Use inbuilt functionality to force trailing, as suggested by @vegax87 Daniel Oaks 2017-01-23 09:03:49 +10:00
  • ccae0cf7cd LIST: Fix list to display right member counts Daniel Oaks 2017-01-22 13:01:44 +10:00
  • ea0121aeff strings: Prevent crash Daniel Oaks 2017-01-22 12:44:05 +10:00
  • c2fedfb177 client: Forego the ForceTrailing func, just automagically work it out based on the command name Daniel Oaks 2017-01-21 00:07:10 +10:00
  • b257c5955e client: Add SendForceTrailing function, to force the last param to be a trailing Daniel Oaks 2017-01-20 23:51:36 +10:00
  • 63ee5f6fde readme: Link to #oragono channel on Freenode Daniel Oaks 2017-01-20 15:23:22 +10:00
  • 827709dd99 Start vendoring deps Daniel Oaks 2017-01-20 14:48:26 +10:00
  • db919722cb cull some old, unnecessary files Daniel Oaks 2017-01-19 16:12:10 +10:00
  • 4ca23f3554 Setup 0.7.0-unreleased for next release Daniel Oaks 2017-01-19 15:39:19 +10:00
  • a9dfff4f30 Release v0.6.0 v0.6.0 Daniel Oaks 2017-01-19 08:12:59 +10:00
  • 67d65b0e3d client: Ignore empty lines, send ERROR with no prefix Daniel Oaks 2017-01-19 07:56:33 +10:00
  • 52127edde3 config: Better explain linelen Daniel Oaks 2017-01-18 09:46:30 +10:00
  • cbe49ff3d8 Use a better line-splitting algorithm Daniel Oaks 2017-01-18 08:05:31 +10:00
  • aad7aaba07 developing: Extra note on branch names Daniel Oaks 2017-01-18 07:30:48 +10:00
  • 522001d4f6 Cleanup message sending Daniel Oaks 2017-01-14 21:48:57 +10:00
  • a81ccd68c5 changelog: Note msgid spec Daniel Oaks 2017-01-14 19:53:27 +10:00