Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added parser module | James Booth | 2012-11-18 | 1 | -35/+9 | |
| | ||||||
* | _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 | |
| | ||||||
* | Renamed /status -> /info | James Booth | 2012-11-14 | 1 | -8/+8 | |
| | ||||||
* | Added /wins command to list active windows | James Booth | 2012-11-14 | 1 | -2/+18 | |
| | ||||||
* | Merge pull request #81 from pasis/priority | James Booth | 2012-11-13 | 1 | -4/+70 | |
|\ | | | | | introduce priority support | |||||
| * | introduce _strtoi() and validation of typed numbers | Dmitry Podgorny | 2012-11-14 | 1 | -7/+37 | |
| | | ||||||
| * | introduce priority support | Dmitry Podgorny | 2012-11-13 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | 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 | 1 | -19/+19 | |
| | | ||||||
* | | Added basic /status command to find out about a specific contact | James Booth | 2012-11-13 | 1 | -0/+39 | |
|/ | ||||||
* | Fixed help on log command | James Booth | 2012-11-12 | 1 | -2/+2 | |
| | ||||||
* | complete log rotation support | Dmitry Podgorny | 2012-11-12 | 1 | -0/+58 | |
| | | | | | | add command '/log maxsize <int>' save maxsize value to config file when maxsize < 64 default value 1MB is used | |||||
* | Changed /who command to allow available and unavailable | James Booth | 2012-11-12 | 1 | -2/+46 | |
| | ||||||
* | Added /help list to list all commands | James Booth | 2012-11-11 | 1 | -3/+36 | |
| | ||||||
* | Shortened /sub "request" parameter to "req", and formatted help | James Booth | 2012-11-11 | 1 | -11/+11 | |
| | ||||||
* | rename _cmd_reset_who_completer | Dmitry Podgorny | 2012-11-11 | 1 | -3/+3 | |
| | ||||||
* | fix autocompletion for /sub command | Dmitry Podgorny | 2012-11-11 | 1 | -1/+23 | |
| | ||||||
* | add subscription support | Dmitry Podgorny | 2012-11-11 | 1 | -9/+44 | |
| | ||||||
* | Renamed params in jabber_join | James Booth | 2012-11-10 | 1 | -7/+7 | |
| | ||||||
* | Show error text if received | James Booth | 2012-11-10 | 1 | -0/+1 | |
| | ||||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 1 | -1/+0 | |
| | ||||||
* | Fixed leaving chat room | James Booth | 2012-11-09 | 1 | -2/+2 | |
| | ||||||
* | Show delayed time on messages received whilst offline | James Booth | 2012-11-08 | 1 | -3/+3 | |
| | | | | Also do not show chat state notifications received whilst offline | |||||
* | Added help for chat rooms | James Booth | 2012-11-08 | 1 | -1/+4 | |
| | ||||||
* | Using /who in chat room shows room occupants | James Booth | 2012-11-08 | 1 | -35/+40 | |
| | ||||||
* | Leaving chat rooms on /close | James Booth | 2012-11-06 | 1 | -0/+4 | |
| | ||||||
* | Handle sending messages in groupchat | James Booth | 2012-11-05 | 1 | -1/+5 | |
| | ||||||
* | Handle room presence notifications | James Booth | 2012-11-05 | 1 | -1/+1 | |
| | ||||||
* | Removed debug when joining room | James Booth | 2012-11-04 | 1 | -1/+0 | |
| | ||||||
* | Added jabber_join for MUC | James Booth | 2012-11-04 | 1 | -0/+1 | |
| | ||||||
* | Basic /join command | James Booth | 2012-11-04 | 1 | -0/+54 | |
| | ||||||
* | Added a seperate option to enable outgoing typing notifications | James Booth | 2012-11-01 | 1 | -0/+23 | |
| | ||||||
* | Fixed invalid state transition from <active/> to <paused/> | James Booth | 2012-10-31 | 1 | -1/+1 | |
| | ||||||
* | Only send chat states when preference set | James Booth | 2012-10-31 | 1 | -6/+9 | |
| | ||||||
* | Added states preference to enable chat states | James Booth | 2012-10-31 | 1 | -0/+29 | |
| | ||||||
* | Send <gone/> when closing chat window | James Booth | 2012-10-31 | 1 | -1/+15 | |
| | ||||||
* | Load roster before sending presence | James Booth | 2012-10-28 | 1 | -20/+21 | |
| | ||||||
* | Merge branch 'master' into dev | James Booth | 2012-10-28 | 1 | -1/+1 | |
|\ | ||||||
| * | Allocate memory for additional /who completion | James Booth | 2012-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | Added basic subscriptions | James Booth | 2012-10-28 | 1 | -0/+36 | |
|/ | ||||||
* | Added offline to /who autocomplete | James Booth | 2012-10-28 | 1 | -0/+2 | |
| | ||||||
* | Added /who autocomplete | James Booth | 2012-10-28 | 1 | -0/+24 | |
| | ||||||
* | Moved remaining autocomplete code to command.c | James Booth | 2012-10-28 | 1 | -55/+127 | |
| | ||||||
* | Moved autcomplete code to command.c | James Booth | 2012-10-28 | 1 | -2/+88 | |
| | ||||||
* | Added /intype setting | James Booth | 2012-10-28 | 1 | -0/+19 | |
| | | | | | Seperate settings for showing contact typing in UI (/intype), and as desktop notifications (/notify typing). | |||||
* | Added type autcomplete for /notify | James Booth | 2012-10-27 | 1 | -1/+20 | |
| | ||||||
* | Unified desktop notification preferences | James Booth | 2012-10-27 | 1 | -70/+87 | |
| | ||||||
* | Rewrote settings help summaries | James Booth | 2012-10-27 | 1 | -8/+8 | |
| | ||||||
* | Refactored disconnect | James Booth | 2012-10-27 | 1 | -13/+9 | |
| |