Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | degesch: some non-functional changes | Přemysl Janouch | 2015-04-18 | 1 | -26/+28 |
| | |||||
* | degesch: count unseen messages | Přemysl Janouch | 2015-04-18 | 1 | -0/+6 |
| | |||||
* | degesch: capitalize buffer messages | Přemysl Janouch | 2015-04-18 | 1 | -17/+17 |
| | | | | They looked too alien. | ||||
* | degesch: fix some remaining print_*() | Přemysl Janouch | 2015-04-18 | 1 | -6/+5 |
| | |||||
* | degesch: fix binding Meta keys | Přemysl Janouch | 2015-04-18 | 1 | -9/+15 |
| | | | | At last. | ||||
* | degesch: print out some basic help | Přemysl Janouch | 2015-04-18 | 1 | -31/+51 |
| | |||||
* | degesch: readline cleanup | Přemysl Janouch | 2015-04-18 | 1 | -7/+5 |
| | |||||
* | degesch: make readline work better | Přemysl Janouch | 2015-04-18 | 1 | -13/+56 |
| | | | | | | By randomly poking at it until it stops being a little shit. Still no Meta keys. | ||||
* | degesch: make it work to some extent | Přemysl Janouch | 2015-04-18 | 1 | -35/+66 |
| | | | | GNU Readline still ignores our Meta keyseqs. | ||||
* | degesch: printing to buffers etc. | Přemysl Janouch | 2015-04-17 | 1 | -51/+48 |
| | |||||
* | degesch: stub IRC command handlers | Přemysl Janouch | 2015-04-17 | 1 | -2/+71 |
| | |||||
* | degesch: add irc_to_utf8() | Přemysl Janouch | 2015-04-17 | 1 | -9/+19 |
| | | | | And use it. | ||||
* | degesch: fix irc_process_message() | Přemysl Janouch | 2015-04-17 | 1 | -5/+11 |
| | |||||
* | degesch: prepare for printing to buffers | Přemysl Janouch | 2015-04-17 | 1 | -2/+7 |
| | |||||
* | degesch: leak lines from related buffers | Přemysl Janouch | 2015-04-17 | 1 | -0/+4 |
| | |||||
* | degesch: inline a condition | Přemysl Janouch | 2015-04-17 | 1 | -5/+1 |
| | |||||
* | degesch: factor out make_prompt() | Přemysl Janouch | 2015-04-17 | 1 | -27/+37 |
| | |||||
* | degesch: actually send messages | Přemysl Janouch | 2015-04-17 | 1 | -2/+6 |
| | |||||
* | degesch: more user command handling | Přemysl Janouch | 2015-04-17 | 1 | -11/+109 |
| | | | | | It's become obvious that I really, really need to finish printing to buffer first, as I keep adding new TODO comments. | ||||
* | degesch: factor out buffer_{previous,next}() | Přemysl Janouch | 2015-04-17 | 1 | -18/+37 |
| | |||||
* | degesch: factor out buffer_get_index() | Přemysl Janouch | 2015-04-17 | 1 | -6/+15 |
| | |||||
* | degesch: enhance the prompt | Přemysl Janouch | 2015-04-16 | 1 | -5/+14 |
| | | | | | | - prepend the buffer's index - don't show modes if they're empty - don't show the nick in the global buffer | ||||
* | degesch: factor out buffer_goto() | Přemysl Janouch | 2015-04-16 | 1 | -8/+16 |
| | | | | And make M-[0-9] ding if there's no such buffer. | ||||
* | degesch: fix quoting a slash | Přemysl Janouch | 2015-04-16 | 1 | -3/+5 |
| | |||||
* | degesch: some more progress | Přemysl Janouch | 2015-04-16 | 1 | -41/+167 |
| | | | | | | Whoa, this thing is huge. Started implementing the basis for IRC and user command handlers. | ||||
* | degesch: more buffer-related stuff | Přemysl Janouch | 2015-04-15 | 1 | -8/+53 |
| | |||||
* | degesch: show active buffers in prompt | Přemysl Janouch | 2015-04-15 | 1 | -2/+30 |
| | |||||
* | degesch: fix reading in the configuration | Přemysl Janouch | 2015-04-15 | 1 | -21/+26 |
| | |||||
* | degesch: add an error buffer line type | Přemysl Janouch | 2015-04-15 | 1 | -1/+5 |
| | |||||
* | degesch: update TODO/FIXME comments | Přemysl Janouch | 2015-04-15 | 1 | -4/+21 |
| | |||||
* | degesch: reorder configuration | Přemysl Janouch | 2015-04-15 | 1 | -5/+5 |
| | |||||
* | degesch: fix Travis CI build | Přemysl Janouch | 2015-04-15 | 1 | -0/+5 |
| | |||||
* | degesch: fix Travis CI build (hopefully) | Přemysl Janouch | 2015-04-15 | 1 | -0/+4 |
| | |||||
* | degesch: more GNU Readline work | Přemysl Janouch | 2015-04-15 | 1 | -46/+175 |
| | | | | | | 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. | ||||
* | degesch: steady progress | Přemysl Janouch | 2015-04-13 | 1 | -23/+268 |
| | | | | | | 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. | ||||
* | degesch: actually do add the client | Přemysl Janouch | 2015-04-12 | 1 | -0/+1707 |
| | | | | | | Mostly consists of some ZyklonB and some json-rpc-shell code. The part that actually makes it an IRC client is still unfinished. | ||||
* | Prepare for a custom logger in degesch | Přemysl Janouch | 2015-04-11 | 2 | -5/+8 |
| | |||||
* | Move the SOCKS code to common.c | Přemysl Janouch | 2015-04-11 | 2 | -408/+407 |
| | |||||
* | Add a stubbed IRC client | Přemysl Janouch | 2015-04-11 | 2 | -4/+25 |
| | |||||
* | ZyklonB: Fix an old typo | Přemysl Janouch | 2015-04-11 | 1 | -1/+1 |
| | |||||
* | ZyklonB: better SSL configuration | Přemysl Janouch | 2015-04-11 | 1 | -39/+76 |
| | | | | | | | | | 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". | ||||
* | Travis CI: Change IRC notification address | Přemysl Janouch | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | ZyklonB: actually do verify the server certificate | Přemysl Janouch | 2015-04-10 | 1 | -2/+15 |
| | | | | Bud still tolerate if it doesn't pass verification. | ||||
* | kike: put a timeout on shutdown | Přemysl Janouch | 2015-04-10 | 1 | -0/+16 |
| | | | | And kill all clients if it takes them too long. | ||||
* | Update comments | Přemysl Janouch | 2015-03-29 | 1 | -4/+3 |
| | |||||
* | Bump liberty | Přemysl Janouch | 2015-03-29 | 2 | -170/+1 |
| | |||||
* | kike: be more careful when closing the connection | Přemysl Janouch | 2015-03-23 | 1 | -2/+24 |
| | |||||
* | Update dependencies in README | Přemysl Janouch | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Move to liberty | Přemysl Janouch | 2015-02-28 | 9 | -2127/+21 |
| | |||||
* | Miscellaneous tiny changes | Přemysl Janouch | 2015-02-28 | 2 | -12/+14 |
| |