Commit Graph

329 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 0c96563545 degesch: fix quoting a slash 2015-04-16 20:51:50 +02:00
Přemysl Eric Janouch c421532e6e degesch: some more progress
Whoa, this thing is huge.

Started implementing the basis for IRC and user command handlers.
2015-04-16 01:04:32 +02:00
Přemysl Eric Janouch 08c0027397 degesch: more buffer-related stuff 2015-04-15 21:22:01 +02:00
Přemysl Eric Janouch 51ca5c79e4 degesch: show active buffers in prompt 2015-04-15 21:22:01 +02:00
Přemysl Eric Janouch 23298f3a0e degesch: fix reading in the configuration 2015-04-15 21:22:01 +02:00
Přemysl Eric Janouch 06857c6bbb degesch: add an error buffer line type 2015-04-15 21:22:01 +02:00
Přemysl Eric Janouch c2c9d4dc58 degesch: update TODO/FIXME comments 2015-04-15 21:22:01 +02:00
Přemysl Eric Janouch ba9e51fb9f degesch: reorder configuration 2015-04-15 21:22:01 +02:00
Přemysl Eric Janouch 92ca2df285 degesch: fix Travis CI build 2015-04-15 02:40:11 +02:00
Přemysl Eric Janouch 0114d57a0c degesch: fix Travis CI build (hopefully) 2015-04-15 02:28:57 +02:00
Přemysl Eric Janouch 4a0c774e75 degesch: more GNU Readline work
I'm not so sure anymore I will be able to achieve my goals with this library.

It's really a terrible mess.  A consistent and neatly formatted terrible mess.
2015-04-15 02:10:21 +02:00
Přemysl Eric Janouch 3df841f088 degesch: steady progress
I'm sorry, I can't do reasonable commit messages in this stage of development.

It's all a total mess slowly converging to an alpha version.
2015-04-13 00:09:10 +02:00
Přemysl Eric Janouch 3864cca21d degesch: actually do add the client
Mostly consists of some ZyklonB and some json-rpc-shell code.

The part that actually makes it an IRC client is still unfinished.
2015-04-12 04:53:29 +02:00
Přemysl Eric Janouch 245ff38498 Prepare for a custom logger in degesch 2015-04-11 21:12:56 +02:00
Přemysl Eric Janouch 4d4bdc1e6a Move the SOCKS code to common.c 2015-04-11 21:09:06 +02:00
Přemysl Eric Janouch d2e62bc80d Add a stubbed IRC client 2015-04-11 21:05:13 +02:00
Přemysl Eric Janouch f194a240df ZyklonB: Fix an old typo 2015-04-11 21:04:19 +02:00
Přemysl Eric Janouch efcb9d17e5 ZyklonB: better SSL configuration
Allow specifying a custom certificate bundle (can be handy for
connecting to servers with a self-signed certificate).

Enabled certificate verification by default.

Renamed the "ssl_use" to just "ssl".
2015-04-11 17:08:42 +02:00
Přemysl Eric Janouch 7951dc4d85 Travis CI: Change IRC notification address 2015-04-10 03:17:01 +02:00
Přemysl Eric Janouch 7de4bf3165 ZyklonB: actually do verify the server certificate
Bud still tolerate if it doesn't pass verification.
2015-04-10 03:17:01 +02:00
Přemysl Eric Janouch dc08f9d5ab kike: put a timeout on shutdown
And kill all clients if it takes them too long.
2015-04-10 03:13:36 +02:00
Přemysl Eric Janouch 355ecaed47 Update comments 2015-03-29 03:46:29 +02:00
Přemysl Eric Janouch 012930675e Bump liberty 2015-03-29 03:46:13 +02:00
Přemysl Eric Janouch 94d4f060ff kike: be more careful when closing the connection 2015-03-23 22:57:13 +01:00
Přemysl Eric Janouch 2dd191376f Update dependencies in README 2015-03-23 22:53:50 +01:00
Přemysl Eric Janouch 9681ad0021 Move to liberty 2015-02-28 20:09:51 +01:00
Přemysl Eric Janouch 92f2339ef5 Miscellaneous tiny changes 2015-02-28 20:08:05 +01:00
Přemysl Eric Janouch e141b364fe Fix the YouTube plugin 2015-02-23 09:48:08 +01:00
Přemysl Eric Janouch 6d8008cdf8 pomodoro: some tuning 2015-02-21 14:17:47 +01:00
Přemysl Eric Janouch 3d44081789 ZyklonB: fix issues with plugin unloading 2015-02-21 12:33:15 +01:00
Přemysl Eric Janouch ccf6b1427f Add a useful assertion to the poller 2015-02-21 12:32:51 +01:00
Přemysl Eric Janouch b656415836 coin: avoid Unicode characters 2015-02-21 12:32:41 +01:00
Přemysl Eric Janouch 4a6f01763b ZyklonB: Add a "simple" pomodoro plugin in Ruby 2015-02-21 12:30:20 +01:00
Přemysl Eric Janouch c492473ade Split function, fix resource leak 2015-02-14 07:58:38 +01:00
Přemysl Eric Janouch 200cf2cdb5 Add a missing break; 2015-02-14 07:24:01 +01:00
Přemysl Eric Janouch 6a9a707a9c Avoid null pointer dereference
In irc_listen_resolve() with NULL `host'.
2015-02-14 07:22:28 +01:00
Přemysl Eric Janouch 781bd24780 Fix resource leaks in socks_connect() 2015-02-14 07:11:38 +01:00
Přemysl Eric Janouch c1d2518407 Travis CI: Try adding Coverity scan 2015-02-14 06:24:47 +01:00
Přemysl Eric Janouch ea72676841 Travis CI: Make it build again 2015-02-12 02:27:12 +01:00
Přemysl Eric Janouch f0c64c69c3 Add another form of YouTube links 2015-02-12 02:18:27 +01:00
Přemysl Eric Janouch e8fe0dad81 Import optimized event loop from ponymap 2015-02-12 02:04:39 +01:00
Přemysl Eric Janouch cd1a55a0d1 Import option handler from ponymap 2015-02-11 02:07:52 +01:00
Přemysl Eric Janouch 59b1c5c056 Convert to CMake 2015-02-11 01:53:19 +01:00
Přemysl Eric Janouch dfe50aeb85 Add Travis CI configuration 2015-02-08 05:53:55 +01:00
Přemysl Eric Janouch aaf6385811 script: fix escaping in the dot command 2014-10-03 22:21:30 +02:00
Přemysl Eric Janouch ca05277ce7 script: don't get killed because of users 2014-09-27 21:43:11 +02:00
Přemysl Eric Janouch f9dced26ca script: watch all memory allocations
And some other miscellaneous changes.

Now it should be ready for the real life.
2014-09-27 21:26:35 +02:00
Přemysl Eric Janouch 89e9f13e12 Fixes 2014-09-27 00:55:13 +02:00
Přemysl Eric Janouch a1c9018847 Fix timers 2014-09-20 02:08:30 +02:00
Přemysl Eric Janouch 125521ddc1 script: set a scricter limit on memory 2014-09-19 01:24:39 +02:00