Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Added input text to theme | James Booth | 2012-11-22 | 6 | -23/+32 | |
| | | | ||||||
* | | | Added theme to prefs output | James Booth | 2012-11-22 | 1 | -0/+2 | |
| | | | ||||||
* | | | Moved colour initialisation to theme | James Booth | 2012-11-21 | 3 | -204/+42 | |
| | | | ||||||
* | | | Added theme files support with /theme command | James Booth | 2012-11-21 | 5 | -18/+80 | |
| | | | ||||||
* | | | Separated colours from main preferences | James Booth | 2012-11-21 | 6 | -347/+476 | |
| |/ |/| | ||||||
* | | Added more colour preferences | James Booth | 2012-11-21 | 6 | -154/+298 | |
|/ | ||||||
* | Send presence changes to chat rooms | James Booth | 2012-11-20 | 3 | -2/+33 | |
| | ||||||
* | Status bar message now correctly overwrites previous message | James Booth | 2012-11-19 | 1 | -1/+19 | |
| | ||||||
* | Handling commands after /disconnect | James Booth | 2012-11-19 | 7 | -17/+96 | |
| | ||||||
* | Moved disconnect code to profanity module | James Booth | 2012-11-19 | 3 | -4/+11 | |
| | ||||||
* | Handle room broadcasts | James Booth | 2012-11-19 | 7 | -9/+67 | |
| | ||||||
* | Fixed workaround for old server self room presence check | James Booth | 2012-11-19 | 1 | -0/+1 | |
| | ||||||
* | Handle legacy delayed messages in chat rooms | James Booth | 2012-11-19 | 3 | -22/+25 | |
| | ||||||
* | Handle room member presence | James Booth | 2012-11-19 | 7 | -1/+55 | |
| | ||||||
* | Return whether or not room member presence was changed | James Booth | 2012-11-18 | 2 | -2/+14 | |
| | ||||||
* | Show message when own nickname changed in chat rooms | James Booth | 2012-11-18 | 7 | -6/+65 | |
| | ||||||
* | Moved function to remove from roster on nick change | James Booth | 2012-11-18 | 2 | -1/+3 | |
| | ||||||
* | Fixed error when not nick name change presence | James Booth | 2012-11-18 | 1 | -3/+2 | |
| | ||||||
* | Handle nick changes from other users | James Booth | 2012-11-18 | 9 | -26/+227 | |
| | ||||||
* | Allow nick change in chat room | James Booth | 2012-11-18 | 7 | -0/+76 | |
| | ||||||
* | Support legacy delayed delivery (XEP-0091) as well as XEP-0203 | James Booth | 2012-11-18 | 3 | -13/+41 | |
| | ||||||
* | Merge remote-tracking branch 'dmitry/macos' | James Booth | 2012-11-18 | 3 | -12/+54 | |
|\ | | | | | | | | | Conflicts: src/command.c | |||||
| * | use internal implementation of getline | Dmitry Podgorny | 2012-11-18 | 3 | -12/+54 | |
| | | | | | | | | MacOS doesn't have function getline | |||||
| * | command.c: replace strndup with strdup | Dmitry Podgorny | 2012-11-18 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | Function strndup conforms to POSIX.1-2008 and MacOS doesn't have it. strndup doesn't make sense when a string is copied to the end. So replacing fixes incompatibility with MacOS and doesn't influence to execution. | |||||
* | | Commands now use parser function to handle parameters | James Booth | 2012-11-18 | 3 | -612/+529 | |
| | | ||||||
* | | Added usage of command parser | James Booth | 2012-11-18 | 1 | -177/+188 | |
| | | ||||||
* | | Handle commands with min 0 args | James Booth | 2012-11-18 | 2 | -0/+13 | |
| | | ||||||
* | | Added command parser for commands accepting free text | James Booth | 2012-11-18 | 1 | -2/+78 | |
| | | | | | | | | e.g. /msg user@host here is a message | |||||
* | | Merge pull request #85 from pasis/dev | James Booth | 2012-11-17 | 1 | -1/+3 | |
|\ \ | | | | | | | prevent double free of jabber_conn.status | |||||
| * | | prevent double free of jabber_conn.status | Dmitry Podgorny | 2012-11-18 | 1 | -1/+3 | |
| |/ | ||||||
* / | Added parser module | James Booth | 2012-11-18 | 4 | -37/+135 | |
|/ | ||||||
* | _win_notify_remind: fix possible buffer overflow | Dmitry Podgorny | 2012-11-16 | 1 | -1/+1 | |
| | | | | fix buffer overflow when 'unread' is greater than 999 | |||||
* | _cmd_set_boolean_preference: fix usage allocation | Dmitry Podgorny | 2012-11-16 | 1 | -1/+1 | |
| | ||||||
* | _cmd_tiny: fix allocation for usage variable | Dmitry Podgorny | 2012-11-16 | 1 | -1/+1 | |
| | ||||||
* | Started work on command parser | James Booth | 2012-11-15 | 1 | -218/+263 | |
| | ||||||
* | Changed /wins output | James Booth | 2012-11-14 | 1 | -18/+9 | |
| | ||||||
* | Fixed spelling mistake in help | James Booth | 2012-11-14 | 1 | -1/+1 | |
| | ||||||
* | Renamed /status -> /info | James Booth | 2012-11-14 | 1 | -8/+8 | |
| | ||||||
* | Show when unread messages in /wins list | James Booth | 2012-11-14 | 1 | -3/+18 | |
| | ||||||
* | Treat room presence as online | James Booth | 2012-11-14 | 2 | -5/+14 | |
| | | | | Needs to be changed to show status changes | |||||
* | Added /wins command to list active windows | James Booth | 2012-11-14 | 3 | -3/+80 | |
| | ||||||
* | Set correct window type on private messages | James Booth | 2012-11-14 | 5 | -12/+24 | |
| | ||||||
* | Merge pull request #81 from pasis/priority | James Booth | 2012-11-13 | 8 | -14/+156 | |
|\ | | | | | introduce priority support | |||||
| * | introduce _strtoi() and validation of typed numbers | Dmitry Podgorny | 2012-11-14 | 1 | -7/+37 | |
| | | ||||||
| * | fix crash on changing priority when disconnected | Dmitry Podgorny | 2012-11-14 | 1 | -1/+6 | |
| | | | | | | | | | | sending presence causes null pointer dereference when disconnected because ctx variable isn't set | |||||
| * | jabber: use safe snprintf instead of sprintf | Dmitry Podgorny | 2012-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | introduce priority support | Dmitry Podgorny | 2012-11-13 | 8 | -10/+117 | |
| | | | | | | | | | | | | | | add new command /priority <int> improve jabber_update_presence() use jabber_update_presence() for sending initial presence save priority and status string to jabber_conn structure | |||||
* | | Fixed help command name clash on status | James Booth | 2012-11-13 | 4 | -28/+28 | |
| | | ||||||
* | | Tidy up /status | James Booth | 2012-11-13 | 1 | -42/+39 | |
| | | ||||||
* | | Added basic /status command to find out about a specific contact | James Booth | 2012-11-13 | 3 | -52/+112 | |
| | |