3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-08-04 11:47:38 +02:00

Commit Graph

  • a241ea7dd6 version: Return RPL_ISUPPORT tokens, as standard Daniel Oaks 2016-04-14 09:55:22 +10:00
  • 56084507a7 changelog: Initial commit Daniel Oaks 2016-04-14 09:38:15 +10:00
  • 3972fc49ed privileges: Add founder/admin/halfop (qah), remove owner (O) channel owner is from 2812 and unused in the real world Daniel Oaks 2016-04-14 09:35:36 +10:00
  • 5ee0f1c205 capability: Remove CAP CLEAR as per IRCv3 recommendations, allow CAP command after registration Daniel Oaks 2016-04-14 07:30:14 +10:00
  • c3288823af Add native SSL/TLS listener support from @enmand for our new config Daniel Oaks 2016-04-13 20:45:09 +10:00
  • 8dc2732137 server: Store MOTD in memory rather than reading it from disk every time. Fixes #3 Daniel Oaks 2016-04-13 15:49:30 +10:00
  • c97472582d motd: Betterise logo Daniel Oaks 2016-04-13 11:42:52 +10:00
  • 56641ff650 isupport: Don't advertise stuff that's still TODO Daniel Oaks 2016-04-13 01:01:53 +10:00
  • 78928c0322 isupport: STATUSMSG isn't supported, don't advertise it Daniel Oaks 2016-04-12 15:51:51 +10:00
  • a013205fd1 Support network name Daniel Oaks 2016-04-12 15:44:00 +10:00
  • c88cd328f8 Very initial RPL_ISUPPORT numeric support Daniel Oaks 2016-04-12 15:38:42 +10:00
  • aec0b30fc6 motd: Add default MOTD Daniel Oaks 2016-04-12 16:34:47 +10:00
  • c0c16c72f0 ergonomadic -> oragono. I'm making lots of changes and this is AN EXPERIMENT. I want to differentiate this from Ergonomadic proper Daniel Oaks 2016-04-13 08:55:37 +10:00
  • 29d80366a6 Use docopt for command-line processing and new YAML configuration format Daniel Oaks 2016-04-12 23:00:09 +10:00
  • c705bdaac5 irc/server: MOTD does not need to be clipped at 80 chars, has not been standard for a long while now Daniel Oaks 2016-04-12 13:03:59 +10:00
  • 7ce62444de strings: Disallow nicknames that mess with the protocol in bad ways Daniel Oaks 2016-04-12 22:40:58 +10:00
  • 65539a593b this is related to https://github.com/fluffle/goirc/pull/71: common irc server behaviour is to reply with an empty + John Soros 2015-12-02 17:05:05 +01:00
  • 404151fe9d code.google.com is shutting down, change import to use gopkg.in Roberto Besser 2015-12-04 15:52:08 -02:00
  • efce628c87 Merge pull request #17 from rburchell/master Edmund Huber 2015-07-04 16:04:58 -07:00
  • 6ad97f7e5d irc: Switch to golang.org versions, not google code versions of dependencies. Robin Burchell 2015-07-02 14:10:19 +02:00
  • 952a62aa39 cleanup README.md Edmund Huber 2015-06-23 21:35:14 -07:00
  • 67a6247377 Merge pull request #14 from edmund-huber/websocket Edmund Huber 2015-06-09 10:30:04 -07:00
  • ed7c5a795f Merge pull request #15 from edmund-huber/edmund-fixes-13 Edmund Huber 2015-06-06 18:26:14 -07:00
  • 02dca1dd89 fix array overrun panic bug, #13 Edmund Huber 2015-06-06 18:26:28 -07:00
  • a16cc84e41 don't shadow the second error Edmund Huber 2015-06-06 16:15:09 -07:00
  • fce54343ea touchups to irc/websocket.go per review comments Edmund Huber 2015-06-06 16:11:06 -07:00
  • 62302ec92e fail WebSockets with subprotocols here, because gorilla leaves it up for us to deal with subprotocols Edmund Huber 2015-06-06 15:11:59 -07:00
  • 23d7c81684 comment for CheckOrigin Edmund Huber 2015-06-06 14:05:29 -07:00
  • 0d1c63396b undo unnecessary change Edmund Huber 2015-06-06 13:47:56 -07:00
  • 6a69a65860 WebSocket layer to be able to connect "web" client Niels Freier 2015-05-04 09:47:26 +04:00
  • 89bdb8a321 this can't be for real Edmund Huber 2015-02-19 01:43:28 -08:00
  • 846543c180 try including the prefix in the PONG to a client PING, maybe fix #5 Edmund Huber 2015-02-16 00:41:50 -08:00
  • b0d6c7bf71 Merge pull request #10 from 3onyc/patch-1 Edmund Huber 2015-02-17 10:30:35 -08:00
  • 2da79c5ba1 Fix link to example config in README.md 3onyc 2015-02-17 16:22:58 +01:00
  • 2dec10b4f0 readme Jeremy Latt 2014-04-28 14:28:36 -07:00
  • 84eed13f1d v1.4.4 Jeremy Latt 2014-04-15 21:25:55 -07:00
  • 79dc46dac8 Merge pull request #38 from jlatt/performance Jeremy Latt 2014-04-15 21:25:12 -07:00
  • 4ce4ba31c5 keep track of whether sockets are closed Jeremy Latt 2014-04-15 09:07:25 -07:00
  • 6c10add399 improve performance by using less goroutines Jeremy Latt 2014-04-15 08:49:52 -07:00
  • cab21782b4 fix crash in whowas circular buffer Jeremy Latt 2014-04-10 11:53:34 -07:00
  • 142bf3d3bb don't async buffer flushing Jeremy Latt 2014-03-29 11:56:23 -07:00
  • 78b787f3ae server queues messages in same order to all clients Edmund Huber 2014-03-29 20:22:14 +01:00
  • a92ff15c34 Merge pull request #30 from edmund-huber/user_mode Jeremy Latt 2014-03-29 11:49:13 -07:00
  • b4edcea6e3 pretty up the notice a bit, and use RplNotice Edmund Huber 2014-03-29 19:46:44 +01:00
  • e1c235a9ea fix up MODE behavior to allow /mode <not-your-nick> and show per-channel modes, fixes #29 Edmund Huber 2014-03-22 22:15:52 +01:00
  • 37e15d7f62 v1.4.1 Jeremy Latt 2014-03-28 14:41:24 -07:00
  • 2e212e3692 Merge pull request #35 from jlatt/fix-goroutine-leak Jeremy Latt 2014-03-28 14:41:00 -07:00
  • 2d2e63a1b7 Merge pull request #33 from jlatt/async-write-flush Jeremy Latt 2014-03-28 14:34:37 -07:00
  • b0bb0faadc remove unnecessary String()s; rename parse functions Jeremy Latt 2014-03-28 13:47:49 -07:00
  • 21a86c3216 fix gcstats debugging command Jeremy Latt 2014-03-28 12:35:05 -07:00
  • f32df20a83 get rid of useless assignment Jeremy Latt 2014-03-28 12:11:01 -07:00
  • 63a46498ce reuse replies where possible Jeremy Latt 2014-03-27 19:04:34 -07:00
  • 3b12dec207 cleanup Jeremy Latt 2014-03-27 18:58:12 -07:00
  • 2dc69c7e3d use a Scanner instead of ReadString Jeremy Latt 2014-03-27 17:51:29 -07:00
  • 5f268e4847 async all write buffer flushes Jeremy Latt 2014-03-27 14:43:52 -07:00
  • d696f2313e stop leaking client goroutines; closes #34 Jeremy Latt 2014-03-27 16:49:22 -07:00
  • c2e3bbe494 fix whois; closes #32 Jeremy Latt 2014-03-27 16:48:13 -07:00
  • ec3fcc9151 Merge pull request #31 from edmund-huber/theater_mode_cleanup Jeremy Latt 2014-03-27 14:46:15 -07:00
  • 2272aae213 spelling and gofmt Edmund Huber 2014-03-23 06:48:53 +01:00
  • 34b01b115e add a type for CTCP-encoded strings, and NOTICEs for error cases Edmund Huber 2014-03-23 06:47:21 +01:00
  • 6267b6a40c clean up /theater so that it doesn't need a bunch of pointers and that it reuses channel-scoped-user-modes machinery Edmund Huber 2014-03-22 22:25:24 +01:00
  • bffad06a26 v1.4 Jeremy Latt 2014-03-21 23:24:33 -07:00
  • 6403e79a5b Merge pull request #25 from edmund-huber/theater_mode Jeremy Latt 2014-03-20 11:13:40 -07:00
  • d5bdc78d55 adding theater-mode, fixes #15 Edmund Huber 2014-03-13 09:55:46 +01:00
  • a3df727c47 readme Jeremy Latt 2014-03-18 16:48:33 -07:00
  • e014ff958a readme Jeremy Latt 2014-03-18 15:45:51 -07:00
  • a4f4e4df9c readme Jeremy Latt 2014-03-18 15:29:31 -07:00
  • e5bba28daa add link to IRC channel Jeremy Latt 2014-03-18 15:20:10 -07:00
  • 946a97e4d4 Merge pull request #26 from jlatt/oper-nick Jeremy Latt 2014-03-18 14:47:54 -07:00
  • 8c44bb9ff3 ONICK command to allow operators to change users' nicks Jeremy Latt 2014-03-17 12:11:35 -07:00
  • abf00e22ec LIKE quoting should convert to string for SQL Jeremy Latt 2014-03-17 12:56:12 -07:00
  • 874f3628c9 fix another Name => string conversion Jeremy Latt 2014-03-15 19:18:57 -07:00
  • 7a9f1d750b explain why CheckPassword happens in client thread Jeremy Latt 2014-03-15 15:12:29 -07:00
  • b359d8c097 Merge pull request #23 from edmund-huber/mandatory_argument_handling Jeremy Latt 2014-03-15 12:49:48 -07:00
  • 71f6562ecc fix mandatory argument handling Edmund Huber 2014-03-15 20:47:05 +01:00
  • 7db4347419 bind to listening sockets before asyncing Jeremy Latt 2014-03-13 17:19:39 -07:00
  • 5df8173df2 Merge pull request #22 from jlatt/cleanup Jeremy Latt 2014-03-13 17:17:17 -07:00
  • 14b530ec46 remove extraneous conf entry Jeremy Latt 2014-03-13 13:44:34 -07:00
  • d85e6681d9 move modes code to its own file; fix SQL (un)marshalling Jeremy Latt 2014-03-13 13:18:40 -07:00
  • 4ed0d78d87 readme Jeremy Latt 2014-03-13 12:40:33 -07:00
  • 39b7c2a915 Merge remote-tracking branch 'origin/master' into cleanup Jeremy Latt 2014-03-13 12:38:44 -07:00
  • e9fb5979a6 Merge pull request #21 from jlatt/safer-unicoding Jeremy Latt 2014-03-13 12:20:35 -07:00
  • ab95fc8002 convert some args to subcommands Jeremy Latt 2014-03-12 18:57:00 -07:00
  • 2006aff9f7 break up types.go Jeremy Latt 2014-03-12 17:52:25 -07:00
  • 0126edc7af move capability handling code to a single file Jeremy Latt 2014-03-12 17:38:11 -07:00
  • e15f47c766 move to channel-based logging Jeremy Latt 2014-03-08 15:01:15 -08:00
  • 77d053ccac get rid of editableCommand Jeremy Latt 2014-03-08 14:24:17 -08:00
  • d1a299792e don't buffer channels (except signal channel) Jeremy Latt 2014-03-08 14:20:36 -08:00
  • 4268c4a936 don't set CapNegotiating for blind CAP REQ Jeremy Latt 2014-03-08 14:16:35 -08:00
  • 96a108f8da mark unicode normalization with type Jeremy Latt 2014-03-09 13:45:36 -07:00
  • 97886dd00f relax regex restrictions for nicknames Jeremy Latt 2014-03-08 20:03:14 -08:00
  • f1b610e1c1 v1.3 Jeremy Latt 2014-03-08 19:24:55 -08:00
  • bc3480ebb8 Merge pull request #16 from jlatt/user-mask Jeremy Latt 2014-03-08 19:23:36 -08:00
  • 465313c9ac Merge remote-tracking branch 'origin/master' into user-mask Jeremy Latt 2014-03-08 19:23:10 -08:00
  • 81df7b4a5c comments and improvements for client set Jeremy Latt 2014-03-08 19:22:04 -08:00
  • 33df043961 fix CAP messages Jeremy Latt 2014-03-08 13:59:48 -08:00
  • 09cff18972 print message when exiting main program Jeremy Latt 2014-03-08 11:59:34 -08:00
  • cf76d2bd77 persist and load channel mask lists Jeremy Latt 2014-03-07 18:14:02 -08:00
  • 04c30c8c9b channel invite mode/list Jeremy Latt 2014-03-07 17:35:58 -08:00
  • cd2042dfea Merge remote-tracking branch 'origin/master' into user-mask Jeremy Latt 2014-03-07 17:10:14 -08:00