3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-16 13:40:48 +01:00

Commit Graph

  • 3441cb7ebe Merge pull request #11 from edmund-huber/allow_underscores_in_nicks Jeremy Latt 2014-03-02 11:04:50 -08:00
  • 857907320d allow underscores in nicks Edmund Huber 2014-03-02 19:56:21 +01:00
  • 22c1cfdc3e chdir instead of relativizing paths in config Jeremy Latt 2014-03-01 21:51:52 -08:00
  • 9aa7debbfe move password handling into a single file Jeremy Latt 2014-03-01 15:10:04 -08:00
  • b421971b61 move db init/open functions into a single file Jeremy Latt 2014-03-01 15:02:24 -08:00
  • 6d194e3d94 update readme Jeremy Latt 2014-03-01 14:45:23 -08:00
  • 83d021fcb7 switch to gcfg for conf file Jeremy Latt 2014-03-01 14:34:51 -08:00
  • 36602c9a3c basic capability negotiation Jeremy Latt 2014-02-28 19:21:33 -08:00
  • 542744d52a fix line parsing function Jeremy Latt 2014-02-27 21:18:05 -08:00
  • 8c8d371ae2 don't give operator to the first person to enter an empty persistent channel Jeremy Latt 2014-02-27 20:42:12 -08:00
  • f17855fce9 check channel emptiness when anyone leaves Jeremy Latt 2014-02-27 18:33:03 -08:00
  • 60ccddc3b7 readme Jeremy Latt 2014-02-27 11:07:21 -08:00
  • 51f790d7c5 readme Jeremy Latt 2014-02-26 22:25:10 -08:00
  • e33a65ec72 fix channel persistence Jeremy Latt 2014-02-26 21:52:17 -08:00
  • 04f0b2c48d trim trailing space from commands Jeremy Latt 2014-02-26 16:17:44 -08:00
  • 9aeb813cf5 restrict nicknames to proper character set Jeremy Latt 2014-02-26 13:20:41 -08:00
  • 6f00f89efa relax unicode parsing rules Jeremy Latt 2014-02-26 13:11:29 -08:00
  • 4df8ec12f6 allow nick changing Jeremy Latt 2014-02-26 12:24:52 -08:00
  • 39911a812d handle mode command with trailing empty arguments Jeremy Latt 2014-02-26 12:08:01 -08:00
  • 66f9b42125 avoid duplicate mode changes Jeremy Latt 2014-02-25 22:16:23 -08:00
  • 0d277025c1 fix channel insert statement Jeremy Latt 2014-02-25 21:59:32 -08:00
  • 9dc229b98f skip nick change if there is no difference Jeremy Latt 2014-02-25 20:47:59 -08:00
  • e9c5e4794e version 1.2.0 Jeremy Latt 2014-02-25 20:24:30 -08:00
  • bf5175f5e8 Merge pull request #2 from jlatt/unicode-normalization Jeremy Latt 2014-02-25 20:23:50 -08:00
  • 45bb0d05e7 normalize all unicode input from the client Jeremy Latt 2014-02-25 20:17:26 -08:00
  • a2c05ed50d readme Jeremy Latt 2014-02-25 16:48:12 -08:00
  • 2f149cad1d Merge pull request #1 from jlatt/persistent-channels Jeremy Latt 2014-02-25 16:46:16 -08:00
  • 0405c845bd remove old sql Jeremy Latt 2014-02-25 16:31:41 -08:00
  • c35d5d1b8a code review Jeremy Latt 2014-02-25 16:13:47 -08:00
  • b30e247e77 properly persist channels Jeremy Latt 2014-02-25 15:57:35 -08:00
  • a30bb540e9 rewrite parseLine to be much saner about utf8 Jeremy Latt 2014-02-25 13:19:59 -08:00
  • e409bcec99 simplify new channel insert Jeremy Latt 2014-02-25 13:12:11 -08:00
  • 02abeeb164 persistent channels persisted to a sqlite db Jeremy Latt 2014-02-25 11:11:34 -08:00
  • de5538f5d5 add persistent flag for channels Jeremy Latt 2014-02-25 10:04:59 -08:00
  • 5930445313 MIT license Jeremy Latt 2014-02-25 09:54:14 -08:00
  • 0531c40481 simplify semantic version constant Jeremy Latt 2014-02-25 09:42:50 -08:00
  • 58f7d6dabf add comments explaining config file Jeremy Latt 2014-02-25 09:35:55 -08:00
  • 6882edeff7 version 1.1.0 Jeremy Latt 2014-02-25 09:14:50 -08:00
  • 1fe73aaa9e kill command Jeremy Latt 2014-02-25 09:10:16 -08:00
  • 4d2d18caf1 time command Jeremy Latt 2014-02-25 07:45:40 -08:00
  • f0305cf01a invite command Jeremy Latt 2014-02-25 07:28:09 -08:00
  • d6ec1e719b add a version command for sumeet Jeremy Latt 2014-02-24 22:04:11 -08:00
  • 994200bf46 use mincost to speed up bcrypt Jeremy Latt 2014-02-24 19:04:50 -08:00
  • f0773c4e9e increase buffer for a server channel Jeremy Latt 2014-02-24 19:00:09 -08:00
  • cc6f764c85 minor cleanup Jeremy Latt 2014-02-24 17:45:04 -08:00
  • 72726a39b8 many changes Jeremy Latt 2014-02-24 09:41:09 -08:00
  • be089e7f5f do bcrypt in the client main routine Jeremy Latt 2014-02-23 22:21:39 -08:00
  • 2229645a39 refactor server command loop Jeremy Latt 2014-02-23 19:13:45 -08:00
  • 41e6baf9d4 get rid of a race; use pointers where possible Jeremy Latt 2014-02-23 18:05:06 -08:00
  • 0856a9fa81 flag socket as closed when writes fail Jeremy Latt 2014-02-23 17:16:35 -08:00
  • 0bf968e19e move command parsing and hostname lookups into the socket routine Jeremy Latt 2014-02-23 17:04:24 -08:00
  • ff5656fdb4 aggressively clean up client Jeremy Latt 2014-02-23 11:08:01 -08:00
  • 3b56b5bf42 expose various go internals as a DEBUG command Jeremy Latt 2014-02-23 10:04:31 -08:00
  • f482b6b82f add all channel mask list replies Jeremy Latt 2014-02-22 15:01:11 -08:00
  • c5c7469cf0 good ol' fashioned refactoring Jeremy Latt 2014-02-22 13:15:31 -08:00
  • c7298c55b9 flesh out channel modes Jeremy Latt 2014-02-22 12:49:33 -08:00
  • 21337cda7f add error responses for mode command Jeremy Latt 2014-02-22 12:15:34 -08:00
  • 1283bd35c7 encapsulate client replies in method Jeremy Latt 2014-02-22 11:40:32 -08:00
  • c12ed4bada update readme Jeremy Latt 2014-02-21 18:51:50 -08:00
  • 39fb4bfb53 restrict new channels to channel regex Jeremy Latt 2014-02-21 17:19:02 -08:00
  • c8701febd0 loosen restrictions on WHO replies Jeremy Latt 2014-02-21 11:09:46 -08:00
  • f9bf422ba7 be more lax about whitespace when parsing commands from clients Jeremy Latt 2014-02-20 21:09:56 -08:00
  • c1edddb9a1 fix whois reply Jeremy Latt 2014-02-20 20:47:05 -08:00
  • e1c4c8e8cc don't send prefix on server-originated string coded replies Jeremy Latt 2014-02-20 20:08:32 -08:00
  • 0ad05abf5f omit prefix for non-numeric replies from the server Jeremy Latt 2014-02-20 19:55:17 -08:00
  • 23f01ff9ee handle CAP command silently in registration too Jeremy Latt 2014-02-20 19:55:03 -08:00
  • b6d8f62674 adjust ping message Jeremy Latt 2014-02-20 19:22:08 -08:00
  • 52ffc77d8d don't allow double-joining Jeremy Latt 2014-02-20 18:56:13 -08:00
  • 1486411db1 render a single part string for all channel members Jeremy Latt 2014-02-20 18:20:07 -08:00
  • 7dffa530c2 send part message from correct source Jeremy Latt 2014-02-20 16:56:05 -08:00
  • ad513da486 do hostname lookups in the client read thread Jeremy Latt 2014-02-20 13:03:33 -08:00
  • 97881b555d async hostname lookups Jeremy Latt 2014-02-20 11:51:45 -08:00
  • c0dc733351 don't wait for writing to complete Jeremy Latt 2014-02-20 11:15:42 -08:00
  • 9960089226 format replies to strings instead of using a Reply struct Jeremy Latt 2014-02-19 22:20:34 -08:00
  • 25ebab37d3 replies shouldn't contain references to client Jeremy Latt 2014-02-19 19:30:49 -08:00
  • 9c385ededd synchronize on last writes to client sockets Jeremy Latt 2014-02-19 18:46:46 -08:00
  • af6a8ee6f0 remove channel buffering Jeremy Latt 2014-02-19 18:22:57 -08:00
  • 6265b70622 get rid of goroutines on client socket Jeremy Latt 2014-02-19 18:13:35 -08:00
  • 95f267ea4f buffer all channels Jeremy Latt 2014-02-19 17:47:46 -08:00
  • f090c616b3 reduce writes Jeremy Latt 2014-02-18 19:31:59 -08:00
  • dcb4ac90e2 use a buffered channel for socket writing Jeremy Latt 2014-02-18 17:36:06 -08:00
  • 0cd6be8008 clean up nickname setting logic Jeremy Latt 2014-02-18 15:36:58 -08:00
  • 86d4cae141 swap refcounting friends for iteration Jeremy Latt 2014-02-18 15:28:20 -08:00
  • 9e471b5b5d solve quit/connection close race Jeremy Latt 2014-02-18 13:25:21 -08:00
  • 2bc1b952a0 do idle in the server goroutine instead of the timeout goroutine Jeremy Latt 2014-02-18 11:22:56 -08:00
  • 4f106e7d3e make server logging consistent with other logs Jeremy Latt 2014-02-18 10:22:40 -08:00
  • 58517ad4e8 fix closed channel on socket close Jeremy Latt 2014-02-18 09:45:10 -08:00
  • 9c1ab4f610 fix socket close race Jeremy Latt 2014-02-17 23:58:02 -08:00
  • baf83e73d2 support USER from both RFCs 1459 and 2812 Jeremy Latt 2014-02-17 22:10:48 -08:00
  • bb64d38684 implement who reply like ngircd Jeremy Latt 2014-02-17 21:30:14 -08:00
  • b17e62d0b0 names command Jeremy Latt 2014-02-17 21:02:03 -08:00
  • 046723a709 make whois channels possibly multiline Jeremy Latt 2014-02-17 20:47:41 -08:00
  • 528588acfc augment whois idle with signon time Jeremy Latt 2014-02-17 19:56:06 -08:00
  • 9a5f21e78c beef up whois Jeremy Latt 2014-02-17 19:08:57 -08:00
  • bd3ca4ae47 fix race in idle timeout; fix some string trimming; fix some replies Jeremy Latt 2014-02-17 18:10:52 -08:00
  • 1a7f56a903 clean up general command and name handling Jeremy Latt 2014-02-17 17:58:22 -08:00
  • a55b912941 enforce nicks via lowercase strings Jeremy Latt 2014-02-17 15:25:32 -08:00
  • 6d8b381927 convert client bools to a flags map Jeremy Latt 2014-02-17 13:22:35 -08:00
  • 2ecc66b9d9 add more modes to arg-having modes Jeremy Latt 2014-02-17 11:46:40 -08:00
  • f0fc3b492c list command Jeremy Latt 2014-02-16 23:51:27 -08:00