Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed limit on number of windows, WIP | James Booth | 2013-08-27 | 1 | -1/+1 |
| | |||||
* | Added function to get next available window number, and tests | James Booth | 2013-08-27 | 1 | -0/+3 |
| | |||||
* | remove octet_compare | Dmitry Podgorny | 2013-08-26 | 1 | -1/+0 |
| | | | | strcmp provides the same functionality | ||||
* | refactored mkdir_recursive | Dmitry Podgorny | 2013-08-03 | 1 | -2/+2 |
| | | | | Now this function returns result of operation. TRUE is success. | ||||
* | rewritten FREE_SET_NULL and GFREE_SET_NULL | Dmitry Podgorny | 2013-07-31 | 1 | -8/+6 |
| | | | | | NULL is valid argument for free(). Construction do {} while (0) allows using FREE_SET_NULL as one token and force to put semicolon at the end. | ||||
* | Show messages on /group add and /group remove | James Booth | 2013-06-23 | 1 | -0/+2 |
| | | | | | closes #189 closes #190 | ||||
* | Moved cons_about() to console module | James Booth | 2013-04-20 | 1 | -0/+1 |
| | |||||
* | Added resource_presence_t and contact_presence_t | James Booth | 2013-02-10 | 1 | -10/+20 |
| | |||||
* | Added presence string functions to common | James Booth | 2013-02-10 | 1 | -0/+2 |
| | |||||
* | Renamed jabber_presence_t->presence_t | James Booth | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | Moved xdg functions to common | James Booth | 2013-02-02 | 1 | -0/+2 |
| | |||||
* | Moved directory creating functions to common.h | James Booth | 2013-02-02 | 1 | -0/+1 |
| | | | | Removed duplicate function | ||||
* | Tidied #include's | James Booth | 2013-02-02 | 1 | -0/+1 |
| | |||||
* | Option to use last presence at login, or use a specific presence | James Booth | 2013-01-31 | 1 | -0/+10 |
| | |||||
* | Added glib < 2.30 compatibility function | James Booth | 2013-01-30 | 1 | -1/+6 |
| | |||||
* | Moved release module into common | James Booth | 2013-01-28 | 1 | -0/+1 |
| | |||||
* | Fixed some memory leaks in capabilities | James Booth | 2013-01-23 | 1 | -0/+6 |
| | |||||
* | Started work on creating sha-1 caps hash | James Booth | 2013-01-20 | 1 | -0/+1 |
| | |||||
* | Moved FREE_SET_NULL to common.h | James Booth | 2013-01-13 | 1 | -0/+8 |
| | |||||
* | Added jid datatype | James Booth | 2013-01-12 | 1 | -8/+0 |
| | |||||
* | Moved jid related functions to common | James Booth | 2013-01-12 | 1 | -0/+8 |
| | |||||
* | Updated copyright | James Booth | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | use internal implementation of getline | Dmitry Podgorny | 2012-11-18 | 1 | -0/+2 |
| | | | | MacOS doesn't have function getline | ||||
* | Tidied escaping xml | James Booth | 2012-11-06 | 1 | -0/+1 |
| | |||||
* | Removed trailing whitespace from src and tests | James Booth | 2012-10-21 | 1 | -3/+3 |
| | |||||
* | Removed get_time from common.c | James Booth | 2012-08-26 | 1 | -1/+0 |
| | | | | Uses GDateTime instead | ||||
* | Moved create_config_dir function to profanity.c | James Booth | 2012-08-26 | 1 | -1/+0 |
| | |||||
* | Tidied all includes | James Booth | 2012-08-26 | 1 | -16/+0 |
| | |||||
* | Merge common and util | James Booth | 2012-08-23 | 1 | -0/+4 |
| | |||||
* | Command list size now calculated | James Booth | 2012-08-10 | 1 | -0/+2 |
| | | | | | No longer have to specify size, and keep it up to date when adding new commands | ||||
* | Log location ~/.profanity/log/profanity.log | James Booth | 2012-07-19 | 1 | -1/+2 |
| | |||||
* | Create config directory | James Booth | 2012-07-19 | 1 | -0/+1 |
| | |||||
* | Added autobuild tools | James Booth | 2012-07-01 | 1 | -0/+54 |