Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _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 |
| | | |||||
* | | Handle typing notifications in private room chat | James Booth | 2012-11-13 | 1 | -12/+8 |
| | | |||||
* | | Allow incoming private messages from chat rooms | James Booth | 2012-11-12 | 2 | -20/+27 |
| | | |||||
* | | Added win_type to prof_win structure | James Booth | 2012-11-12 | 2 | -16/+23 |
|/ | |||||
* | Merge pull request #79 from pasis/dev | James Booth | 2012-11-12 | 1 | -0/+3 |
|\ | | | | | ignore SIGPIPE | ||||
| * | ignore SIGPIPE | Dmitry Podgorny | 2012-11-12 | 1 | -0/+3 |
| | | | | | | | | | | | | Applications running OpenSSL over network connections may crash if SIGPIPE is not ignored. [http://svn.apache.org/repos/asf/thrift/trunk/lib/cpp/README.SSL] | ||||
* | | Clear contact list when connection lost | James Booth | 2012-11-12 | 1 | -0/+1 |
| | | |||||
* | | Added log to /prefs output | James Booth | 2012-11-12 | 1 | -0/+2 |
|/ | |||||
* | Fixed help on log command | James Booth | 2012-11-12 | 1 | -2/+2 |
| | |||||
* | Merge pull request #77 from pasis/rotate | James Booth | 2012-11-12 | 3 | -2/+82 |
|\ | | | | | complete log rotation support | ||||
| * | complete log rotation support | Dmitry Podgorny | 2012-11-12 | 3 | -2/+82 |
|/ | | | | | | 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 | 3 | -7/+59 |
| | |||||
* | Merge pull request #73 from pasis/rotate | James Booth | 2012-11-11 | 4 | -5/+64 |
|\ | | | | | introduce initial log rotate support | ||||
| * | introduce initial log rotate support | Dmitry Podgorny | 2012-11-11 | 3 | -4/+63 |
| | | |||||
| * | fix spacing | Dmitry Podgorny | 2012-11-11 | 1 | -1/+1 |
| | | |||||
* | | Added win_page_off to subscriptions to scroll window | James Booth | 2012-11-11 | 1 | -0/+3 |
| | | |||||
* | | Shortened /sub "request" parameter to "req", and formatted help | James Booth | 2012-11-11 | 2 | -12/+12 |
|/ | |||||
* | Merge pull request #63 from pasis/subscription | James Booth | 2012-11-11 | 9 | -23/+173 |
|\ | | | | | add subscription support | ||||
| * | rename _cmd_reset_who_completer | Dmitry Podgorny | 2012-11-11 | 1 | -3/+3 |
| | | |||||
| * | fix autocompletion for /sub command | Dmitry Podgorny | 2012-11-11 | 3 | -27/+23 |
| | | |||||
| * | add subscription support | Dmitry Podgorny | 2012-11-11 | 10 | -19/+173 |
|/ | |||||
* | Added function to create room jid from room and nick | James Booth | 2012-11-10 | 5 | -9/+42 |
| | |||||
* | Renamed room_chat function | James Booth | 2012-11-10 | 3 | -3/+3 |
| | |||||
* | Renamed parameter in win_join_chat | James Booth | 2012-11-10 | 2 | -4/+4 |
| | |||||
* | Renamed params in jabber_join | James Booth | 2012-11-10 | 3 | -11/+11 |
| | |||||
* | Tidy room_chat | James Booth | 2012-11-10 | 2 | -52/+52 |
| | |||||
* | Renamed jid->room in room_chat | James Booth | 2012-11-10 | 1 | -5/+5 |
| | |||||
* | Handle /me in chat rooms | James Booth | 2012-11-10 | 1 | -5/+29 |
| | |||||
* | Handle subject from room | James Booth | 2012-11-10 | 8 | -2/+73 |
| | |||||
* | Show error text if received | James Booth | 2012-11-10 | 4 | -15/+27 |
| | |||||
* | Using vargs in cons_bad_show | James Booth | 2012-11-10 | 4 | -16/+21 |
| | |||||
* | Tidy up leaving room | James Booth | 2012-11-10 | 4 | -6/+22 |
| | |||||
* | Moved ping iq creation to stanza | James Booth | 2012-11-10 | 3 | -41/+56 |
| |