aboutsummaryrefslogtreecommitdiff
path: root/common.c
Commit message (Collapse)AuthorAgeFilesLines
...
* degesch: support CASEMAPPING=rfc1459-strictPřemysl Janouch2015-07-091-0/+21
|
* Add str_cut_until()Přemysl Janouch2015-07-091-0/+6
|
* degesch: introduce transform_str()Přemysl Janouch2015-07-081-0/+7
|
* degesch: start using "on_change" notificationsPřemysl Janouch2015-07-051-2/+16
| | | | Terminal attributes can be changed on the fly now.
* mv config_schema_{fix_value,initialize_item}()Přemysl Janouch2015-07-051-5/+5
|
* degesch: set "user_data" while loading configPřemysl Janouch2015-07-051-6/+5
| | | | It'd be quite wrong to call "on_change" on them without this.
* degesch: create servers from configurationPřemysl Janouch2015-07-051-2/+2
| | | | | | This means that as of now, the only way of creating a server is to edit the configuration file by hand and add (at least) an empty object under the server's name.
* degesch: get real with the CTCPPřemysl Janouch2015-07-041-2/+5
|
* kike: resolve the path to PID files betterPřemysl Janouch2015-07-021-0/+43
|
* Bump libertyPřemysl Janouch2015-07-011-11/+0
|
* degesch: implement /buffer movePřemysl Janouch2015-06-211-0/+9
|
* degesch: fix /invitePřemysl Janouch2015-06-181-0/+11
|
* degesch: add & use strncasecmp_ascii()Přemysl Janouch2015-06-021-0/+11
|
* common: fix connector failurePřemysl Janouch2015-05-121-1/+2
|
* degesch: asynchronous connecting etc.Přemysl Janouch2015-05-091-0/+233
| | | | | | I'm sorry, couldn't keep the diff small. All the ZyklonB heritage code is shit anyway.
* Move code within common.cPřemysl Janouch2015-05-081-23/+23
|
* config: update commentsPřemysl Janouch2015-05-081-1/+3
|
* config: shut up GCCPřemysl Janouch2015-05-071-0/+1
|
* degesch: move some code to common.cPřemysl Janouch2015-05-041-0/+164
|
* config: fix config_item_set_from()Přemysl Janouch2015-05-031-3/+3
|
* degesch: finish /setPřemysl Janouch2015-05-031-0/+14
| | | | One bug remaining to make it work.
* config: a tiny bit better messagesPřemysl Janouch2015-05-031-1/+3
|
* config: fix string parsingPřemysl Janouch2015-05-021-0/+1
|
* Bump libertyPřemysl Janouch2015-05-021-25/+0
|
* config: fixesPřemysl Janouch2015-05-021-28/+31
|
* config: on_changed -> on_changePřemysl Janouch2015-05-021-5/+5
|
* config: simplify and mostly finishPřemysl Janouch2015-05-021-49/+55
| | | | | | | | What still sucks: - "on_change" callbacks have little information; maybe we could add a user-defined field to the schema; also config_schema_apply_to_object() might assign "user_data" - no idea how to generate the default configuration file
* config: implement config_schema_apply_to_object()Přemysl Janouch2015-05-021-24/+64
|
* config: implement config_load()Přemysl Janouch2015-05-021-4/+21
|
* config: assert that strings are valid UTF-8Přemysl Janouch2015-05-021-0/+2
|
* config: implement string tokenizingPřemysl Janouch2015-05-021-2/+123
|
* config: finish config_item_write() implementationPřemysl Janouch2015-05-021-1/+19
|
* config: implement a few more methodsPřemysl Janouch2015-05-021-7/+32
|
* config: get rid of "is_nullable"Přemysl Janouch2015-05-021-4/+3
| | | | If it doesn't have a default, it just is.
* Move some macros to common.cPřemysl Janouch2015-05-021-0/+13
|
* Get rid of "All rights reserved"Přemysl Janouch2015-05-011-2/+1
|
* Implement config_item_get()Přemysl Janouch2015-05-011-2/+37
|
* Implement config_item_set_from()Přemysl Janouch2015-05-011-13/+97
|
* Allow extra newlines before right brace in configPřemysl Janouch2015-05-011-0/+1
|
* Halfplement configuration writingPřemysl Janouch2015-05-011-2/+88
|
* Fix error reporting in configuration parsingPřemysl Janouch2015-05-011-15/+64
|
* Start writing a new configuration systemPřemysl Janouch2015-05-011-0/+596
| | | | For degesch but in the long term for the rest as well.
* Prepare for a custom logger in degeschPřemysl Janouch2015-04-111-5/+7
|
* Move the SOCKS code to common.cPřemysl Janouch2015-04-111-0/+407
|
* Bump libertyPřemysl Janouch2015-03-291-170/+1
|
* Move to libertyPřemysl Janouch2015-02-281-2026/+12
|
* Add a useful assertion to the pollerPřemysl Janouch2015-02-211-0/+2
|
* Avoid null pointer dereferencePřemysl Janouch2015-02-141-0/+2
| | | | In irc_listen_resolve() with NULL `host'.
* Import optimized event loop from ponymapPřemysl Janouch2015-02-121-184/+268
|
* Import option handler from ponymapPřemysl Janouch2015-02-111-0/+149
|