Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define stanza's attributes as const char* | Dmitry Podgorny | 2016-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | In most get-like funcitons libstrophe returns pointer to a string that resides in an internal structure (e.g. xmpp_stanza_t). Hence, Profanity must not change such strings. Define respective variables as 'const char*' to reduce a chance of error and conform future libstrophe's interface. This patch mostly replaces 'char *' with 'const char*', but also fixes two memory leaks after stanza_get_reason(). Add comment within stanza_get_reason() to fix conflict with different allocator types. | ||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Fix pointer dereferencing | Michael Vetter | 2015-10-26 | 1 | -1/+0 |
| | | | | Setting the pointer to NULL had no effect outside the function so far. | ||||
* | Applied coding style to src/ | James Booth | 2015-10-26 | 1 | -79/+76 |
| | |||||
* | Fixed tests for new command format | James Booth | 2015-07-27 | 1 | -1/+3 |
| | |||||
* | Removed wins_get_current_* functions | James Booth | 2015-06-17 | 1 | -1/+3 |
| | |||||
* | Added current window reference to command functions | James Booth | 2015-06-17 | 1 | -3/+2 |
| | |||||
* | Moved ui/windows -> window_list | James Booth | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Optimised occupant comparisons, create utf8 collate key once | James Booth | 2015-05-07 | 1 | -9/+6 |
| | |||||
* | Use password for chat room invites | James Booth | 2015-03-29 | 1 | -1/+16 |
| | |||||
* | Set members only property when getting room features | James Booth | 2015-03-29 | 1 | -0/+13 |
| | |||||
* | Added check members only room to send mediated invites | James Booth | 2015-03-28 | 1 | -0/+14 |
| | |||||
* | Fixed spelling. | Christian Storm | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Simplified autocompleters and command history | James Booth | 2015-01-16 | 1 | -7/+9 |
| | |||||
* | Refactoring window types, removing recipient and from references - wip | James Booth | 2014-12-18 | 1 | -25/+29 |
| | |||||
* | Removed hash_table_iter usage for room roster | James Booth | 2014-11-03 | 1 | -7/+7 |
| | |||||
* | Fixed nick changes | James Booth | 2014-10-10 | 1 | -0/+2 |
| | |||||
* | Refactor muc user handler | James Booth | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Added jid autocomplete for affiliation commands | James Booth | 2014-10-06 | 1 | -0/+55 |
| | |||||
* | Added /room subject command | James Booth | 2014-10-05 | 1 | -1/+5 |
| | |||||
* | Store real jid with occupants | James Booth | 2014-10-01 | 1 | -6/+13 |
| | |||||
* | Added /room <affiliation> command | James Booth | 2014-10-01 | 1 | -0/+23 |
| | |||||
* | Added /room <role> command | James Booth | 2014-10-01 | 1 | -0/+23 |
| | |||||
* | Show occupants affiliation and role with /info in rooms | James Booth | 2014-09-30 | 1 | -0/+12 |
| | |||||
* | wip - Store roles and affiliations with occupants | James Booth | 2014-09-30 | 1 | -7/+11 |
| | |||||
* | Changed rooms to use Occupant type instead of PContact | James Booth | 2014-09-30 | 1 | -39/+66 |
| | |||||
* | Tidied muc module | James Booth | 2014-09-28 | 1 | -36/+36 |
| | |||||
* | Store room affiliation and role | James Booth | 2014-09-28 | 1 | -0/+156 |
| | |||||
* | Check for NULL inside autocomplete_free | James Booth | 2014-09-26 | 1 | -3/+1 |
| | |||||
* | Create room list on muc_init | James Booth | 2014-09-26 | 1 | -155/+82 |
| | |||||
* | Tidied muc.c | James Booth | 2014-09-26 | 1 | -104/+73 |
| | |||||
* | Renamed autocomplete function to get list | James Booth | 2014-09-26 | 1 | -2/+2 |
| | |||||
* | Removed NULL check when checking roster for nick | James Booth | 2014-09-25 | 1 | -6/+2 |
| | |||||
* | Added jid->hash lookup for capabilities | James Booth | 2014-09-20 | 1 | -3/+2 |
| | |||||
* | Validate usage of /room config command, added UI messages | James Booth | 2014-09-03 | 1 | -0/+35 |
| | |||||
* | Small spelling fixes in code and comments | Dariusz Dwornikowski | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Added ": " after nick autocomplete when start of message | James Booth | 2014-07-15 | 1 | -0/+3 |
| | |||||
* | Save chat room message prefix for autocomplete | James Booth | 2014-07-15 | 1 | -29/+66 |
| | |||||
* | Finished chat room nick autocomplete | James Booth | 2014-07-15 | 1 | -9/+21 |
| | |||||
* | Added quote param to autocomplete_param_with_ac | James Booth | 2014-07-09 | 1 | -2/+2 |
| | |||||
* | Added quote param to autocomplete_complete | James Booth | 2014-07-09 | 1 | -2/+2 |
| | |||||
* | Removed debug, added check for 0 length string | James Booth | 2014-07-09 | 1 | -1/+0 |
| | |||||
* | Added autocomplete for nicknames in MUC input text | James Booth | 2014-07-09 | 1 | -0/+27 |
| | | | | issue #321 | ||||
* | Properly free muc hashtables | James Booth | 2014-06-15 | 1 | -2/+2 |
| | |||||
* | Fixed memleak when leaving rooms | James Booth | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Added backwards compatible g_list_free_full for glib < 2.28 | James Booth | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | Handle room subject and broadcasts sent before roster received | James Booth | 2014-05-05 | 1 | -0/+64 |
| | | | | Issue #341 | ||||
* | Fixed cppcheck warnings | James Booth | 2014-04-26 | 1 | -4/+2 |
| |