Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | added support of captcha in a MUC | Dmitry Podgorny | 2013-06-09 | 2 | -0/+13 | |
| | | ||||||
* | | fixed memory leaks in presence.c | Dmitry Podgorny | 2013-06-09 | 2 | -7/+37 | |
| | | ||||||
* | | fixed several memory leaks | Dmitry Podgorny | 2013-06-09 | 3 | -21/+64 | |
|/ | | | | And infinity loop in stanza_destroy_form(). | |||||
* | Changed help | Kieran Thandi | 2013-06-07 | 1 | -1/+1 | |
| | ||||||
* | Implemented /group command with no args (list groups) | James Booth | 2013-06-02 | 3 | -1/+20 | |
| | ||||||
* | Refactor specific autocomplete functions | James Booth | 2013-06-02 | 1 | -53/+13 | |
| | ||||||
* | Refactor autocompleters | James Booth | 2013-06-02 | 3 | -334/+366 | |
| | ||||||
* | Changed autocomplete for /group and /who | James Booth | 2013-06-02 | 3 | -3/+61 | |
| | ||||||
* | Seperated roster group management to /group command | James Booth | 2013-06-02 | 1 | -58/+104 | |
| | ||||||
* | Use freetext parser for /who | James Booth | 2013-06-02 | 1 | -1/+1 | |
| | ||||||
* | Added group argument to /who | James Booth | 2013-06-02 | 1 | -12/+52 | |
| | ||||||
* | Added 'any' to /who command | James Booth | 2013-06-02 | 1 | -3/+5 | |
| | ||||||
* | Added group add and group remove to /roster command | James Booth | 2013-06-02 | 7 | -1/+220 | |
| | ||||||
* | Updated help for /roster command | James Booth | 2013-06-02 | 1 | -6/+13 | |
| | ||||||
* | Added message in console on /roster remove | James Booth | 2013-06-02 | 5 | -0/+17 | |
| | ||||||
* | Added message in console on /roster add | James Booth | 2013-06-02 | 6 | -4/+29 | |
| | ||||||
* | Added autocomplete for /roster remove | James Booth | 2013-06-02 | 1 | -0/+2 | |
| | ||||||
* | Added /roster remove command | James Booth | 2013-06-02 | 5 | -0/+56 | |
| | ||||||
* | Added /roster add command | James Booth | 2013-06-01 | 3 | -25/+54 | |
| | ||||||
* | Added roster list when using /roster with no args | James Booth | 2013-06-01 | 5 | -21/+86 | |
| | ||||||
* | Include subscription states of "both" and "to" in /who output | James Booth | 2013-06-01 | 1 | -1/+2 | |
| | ||||||
* | Added autocomplete to /sub deny | James Booth | 2013-06-01 | 1 | -0/+14 | |
| | ||||||
* | Use waddstr for incoming messages to avoid truncation | James Booth | 2013-06-01 | 2 | -8/+8 | |
| | | | | fixes #8 | |||||
* | Added /leave command | James Booth | 2013-05-30 | 3 | -42/+76 | |
| | ||||||
* | Show participant count in chat rooms | James Booth | 2013-05-30 | 1 | -5/+11 | |
| | ||||||
* | Sort room participants on /who command | James Booth | 2013-05-30 | 1 | -1/+29 | |
| | ||||||
* | Sort contacts on /who output | James Booth | 2013-05-30 | 1 | -1/+30 | |
| | ||||||
* | Show nickname rather than jid in room invites | James Booth | 2013-05-30 | 1 | -2/+16 | |
| | ||||||
* | Use nickname to jid mapping when sending room invites | James Booth | 2013-05-30 | 1 | -1/+5 | |
| | ||||||
* | Fixed autoaway | James Booth | 2013-05-30 | 1 | -0/+1 | |
| | ||||||
* | Added rooms history to ProfAccount | James Booth | 2013-05-23 | 2 | -0/+17 | |
| | ||||||
* | Added room name, and window index to desktop message notifications | James Booth | 2013-05-23 | 3 | -7/+34 | |
| | | | | closes #176 | |||||
* | Do not close MUC windows on /wins prune | James Booth | 2013-05-22 | 1 | -5/+8 | |
| | | | | closes #172 | |||||
* | Add groups to roster contacts | James Booth | 2013-05-22 | 8 | -16/+104 | |
| | | | | fixes #175 | |||||
* | Refactor roster.c | James Booth | 2013-05-22 | 1 | -72/+63 | |
| | ||||||
* | Reuse roster_add in roster_update | James Booth | 2013-05-22 | 1 | -163/+154 | |
| | ||||||
* | Fixed #174 | James Booth | 2013-05-22 | 1 | -0/+3 | |
| | ||||||
* | Removed unused offline_msg parameter from roster_add | James Booth | 2013-05-21 | 2 | -7/+4 | |
| | ||||||
* | Refactored roster push handling | James Booth | 2013-05-21 | 7 | -28/+57 | |
| | ||||||
* | Renamed roster_change_handle -> roster_change_name | James Booth | 2013-05-21 | 3 | -21/+21 | |
| | ||||||
* | Renamed roster_barejid_from_handle -> roster_barejid_from_name | James Booth | 2013-05-21 | 4 | -8/+8 | |
| | ||||||
* | Renamed handle, jid and resource in roster | James Booth | 2013-05-21 | 1 | -58/+58 | |
| | | | | Renamed to name, barejid and fulljid | |||||
* | Renamed _roster_handle_set -> _roster_handle_push | James Booth | 2013-05-21 | 1 | -3/+5 | |
| | ||||||
* | Renamed roster_jid_from_handle -> roster_barejid_from_handle | James Booth | 2013-05-21 | 4 | -7/+17 | |
| | ||||||
* | Removed debug | James Booth | 2013-05-20 | 1 | -1/+0 | |
| | ||||||
* | Finished handle usage | James Booth | 2013-05-20 | 6 | -29/+65 | |
| | ||||||
* | Roster handle changes handled correctly | James Booth | 2013-05-20 | 2 | -40/+69 | |
| | ||||||
* | Added jid autocompleter for /roster nick command | James Booth | 2013-05-20 | 3 | -19/+35 | |
| | ||||||
* | Pass jid when creating new window for /msg with no message | James Booth | 2013-05-20 | 1 | -1/+1 | |
| | ||||||
* | Use handle for /info command | James Booth | 2013-05-19 | 1 | -1/+6 | |
| |